Products
GG网络技术分享 2025-11-13 21:01 3
bash
git clone https://github.com/AloneMonkey/MonkeyDev.git

cd MonkeyDev ./bin/md-install
ln -s /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk ln -s /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk
cd ${SRCROOT}/../ ./bin/mdsim -w ${TARGETAPPPATH}
以上步骤展示了怎么安装MonkeyDev、配置Xcode 14及以上版本、打包iOS应用程序、用MonkeyDev进行调试、添加设备ID以及怎么与Frida结合用。请根据实际周围调整路径和命令。
Demand feedback