iOS

iOS 安装MonkeyDev踩的坑

2021-11-17  本文已影响0人  跳跳跳跳跳跳跳
  1. 安装MonkeyDev遇到的坑
    环境:Xcode Version 13.0 (13A233)
sudo /bin/sh -c "$(curl -fsSL https://raw.githubusercontent.com/AloneMonkey/MonkeyDev/master/bin/md-install)"

报错
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

执行之后再执行步骤1,安装成功,但是退出xcode重新打开xcode闪退
解决方案:
/Applications/Xcode.app/Contents/PlugIns/IDEiOSSupportCore.ideplugin/Contents/Resources/Embedded-Device.xcspec 修改上述文件,文本编辑,删除<array>标签内中的起始的两个空<dict>,即<dict/> <dict/>,保存,即可。

  1. 运行MoneyDev的坑
  1. 使用Frida-ios-dump砸壳报以下错误
    Error reading SSH protocol banner
    解决方案:
    拔掉usb,重新插入,再进行砸壳
上一篇下一篇

猜你喜欢

热点阅读