-
Notifications
You must be signed in to change notification settings - Fork 1.2k
MacOS Monterey无法安装MonkeyDev #307
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
#297 已经解决 |
什么意思,没找到这两个空 |
这个教程牛逼了,完美解决 |
牛 |
牛啊牛啊 ,最新的版本路径有变 需要重新改一下,修改一下上面的dict就好了 |
降级到13.1,我遇到这个问题了 |
降级到13.1就可以完全解决嘛 |
13.1 报错:/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Xcode/Specifications/MacOSX Package Types.xcspec not found |
Has a solution been found for this? I have the same issue on macOS Monterey, XCode 14, M1 cpu |
Uh oh!
There was an error while loading. Please reload this page.
方法一:sudo /bin/sh -c "$(curl -fsSL https://raw.githubusercontent.com/AloneMonkey/MonkeyDev/master/bin/md-install)"
报错:
curl: (35) LibreSSL SSL_connect: SSL_ERROR_SYSCALL in connection to raw.githubusercontent.com:443
Failed to download https://raw.githubusercontent.com/AloneMonkey/frida-ios-dump/3.x/dump.js to /opt/MonkeyDev/bin/dump.js
方法二:下载工程,手动安装
报错:Failed to download https://raw.githubusercontent.com/AloneMonkey/frida-ios-dump/3.x/dump.py to /opt/MonkeyDev/bin/dump.py
解决:
从https://github.com/AloneMonkey/frida-ios-dump地址下载firda-ios-dump
将dump.py、dump.js复制到/opt/MonkeyDev/bin下
给执行权限sudo chmod +x dump.py、sudo chmod +x dump.js
用Xcode 、sublime或其他编辑器编辑md-install可执行文件,将下载报错地方注释掉即可。重新执行安装sudo ./md-install。
报错:File /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Xcode/Specifications/MacOSX Package Types.xcspec not found
解决方案:macosxSDKSpecificationsPath=$macosSdkPlatformPath/Developer/Library/Xcode/Specifications
替换为
macosxSDKSpecificationsPath=$macosSdkPlatformPath/Developer/Library/Xcode/PrivatePlugIns/IDEOSXSupportCore.ideplugin/Contents/Resources
但是


xcode无法启动
报错:
两种方法都试啦,还是报错
请问有谁安装成功的嘛?跪求大神帮忙指导
The text was updated successfully, but these errors were encountered: