https://github.com/AloneMonkey/MonkeyDev
https://github.com/cheng-ren/MonkeyDev
将内容直接覆盖至原有文件
安装文档以及会遇到的问题:
monkeyparser → insert_dylib
insert_dylib放入MONKEYDEV_PATH的bin目录下
pach.sh放入MONKEYDEV_PATH的Tools目录下
Xcode 报 library not found for -lstdc++ 问题
https://github.com/devdawei/libstdc-
可以将
xDylib的Target中Build SettingKeyOther Linker Flags删掉C++相关链接
SDK does not contain 'libarclite' at the path
将所有Target的Minimum Deployments改成iOS15
Failed to install the app on the device.
将AppTarget的USER_SCRIPT_SANDBOXING改成NO
Multiple commands produce
将AppTarget的Build Phase里面的Copy BUndleResources只保留MDConfig.plist
操作完Clean一下工程