重裝里系統(tǒng),簡單記錄下:
1、$ git clone https://github.com/alexzielenski/optool.git
2、$ cd optool/
3、$ git submodule update --init --recursive
4、$-project optool.xcodeproj -configuration Release ARCHS="x86_64"build
5、$ open optool.xcodeproj? ? ? ? (執(zhí)行這一步就打開xcode來)
6、在xcode里編譯完成后,把optool拷貝出來放進(jìn)/usr/bin/里面
7、$ sudo mv optool /usr/bin/? (比如,把在Xcode里定位到編譯后的optool拷貝的桌面)
8、$ optool install -c load -p "@executable_path/xxxx.dylib" -t Payload/xxx.app/xxx
9、Theos升級到最新版?$git?submodule update –recursive
參考:
1、http://www.itdecent.cn/p/c9d3b13044d3
2、https://www.cnblogs.com/xuaninitial/p/7100744.html