GitHub地址 https://github.com/AloneMonkey/MonkeyDev
中文文档 https://github.com/AloneMonkey/MonkeyDev/wiki/%E5%AE%89%E8%A3%85
1. 安装最新的theos
sudo git clone --recursive https://github.com/theos/theos.git /opt/theos
2. 安装ldid
brew install ldid
3. 安装 MonkeyDev
cd MonkeyDev/bin
sudo ./md-install
多试几次,楼主失败了好多次(需要vpn)
4. 重启Xcode之后,检查工程模板中是否包含Monkey Dev的开发环境,安装成功

5. 每次调试新的app请重新建一个project
参考链接:
https://www.cnblogs.com/doudouyoutang/p/9664405.html
https://blog.csdn.net/xiangzhihong8/article/details/79608250