Mac 越狱环境搭建
MonkeyDev 逆向开发神器:
https://github.com/AloneMonkey/MonkeyDev
常见问题
1、库缺失报错
1 | `ld: file not found: /usr/lib/libstdc++.dylib` |
下载地址:
https://github.com/devdawei/libstdc-
1 | /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/lib/ |
下载完毕进入文件目录执行:
1 | chmod +x install-xcode_11+.sh |
如果没有写入权限,打开系统权限设置,打开 iterm软件开关。
其它解决办法是:删除TargetMonkeyAppDemoDylib
Other Linker Flags的一些配置。
2、运行报错
解决:
Missing file libarclite_iphoneos.a (Xcode 14.3)
1 | # Open Terminal and go to the following folder: |
- SSH 认证失败
解决: /opt/MonkeyDev 修改一下MonkeyDev的打包脚本,修改一下默认端口号 2222.
本地调试使用USB
1 | # 安装 usbmuxd 工具 |
All articles in this blog are licensed under CC BY-NC-SA 4.0 unless stating additionally.
Comment