- 安裝MonkeyDev遇到的坑
環(huán)境:Xcode Version 13.0 (13A233)
- 安裝步驟1:
sudo /bin/sh -c "$(curl -fsSL https://raw.githubusercontent.com/AloneMonkey/MonkeyDev/master/bin/md-install)"
報(bào)錯(cuò)
File /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Xcode/Specifications/MacOSX Package Types.xcspec not found
解決方案:
//建立軟鏈接
sudo ln -s /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Xcode/PrivatePlugIns/IDEOSXSupportCore.ideplugin/Contents/Resources /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Xcode/Specifications
執(zhí)行之后再執(zhí)行步驟1岔擂,安裝成功,但是退出xcode重新打開(kāi)xcode閃退
解決方案:
/Applications/Xcode.app/Contents/PlugIns/IDEiOSSupportCore.ideplugin/Contents/Resources/Embedded-Device.xcspec 修改上述文件,文本編輯,刪除<array>標(biāo)簽內(nèi)中的起始的兩個(gè)空<dict>,即<dict/> <dict/>栓始,保存,即可。
- 運(yùn)行MoneyDev的坑
報(bào)錯(cuò)
monkeydev Failed to locate Logos Processor.
解決方案:
若沒(méi)有安裝theos贝攒,則將theos安裝在/opt/theos路徑下
若安裝了theos,則檢查theos是否在/opt/theos路徑下-
報(bào)錯(cuò)
Signing for "MonkeyDemoDylib" requires a development team. Select a development team in the Signing & Capabilities editor.
解決方案:
在圖上位置添加
CODE_SIGNING_ALLOWED=NO
報(bào)錯(cuò)
library not found for -libstdc++
解決方案:
not found for -libstdc++解決方案Xcode13 編譯通過(guò)时甚,安裝報(bào)錯(cuò)
executable not found
解決方案:
xcode 13 需要每次運(yùn)行前隘弊,先clean
- 使用Frida-ios-dump砸殼報(bào)以下錯(cuò)誤
Error reading SSH protocol banner
解決方案:
拔掉usb,重新插入撞秋,再進(jìn)行砸殼