AloneMonkey / MonkeyDev

CaptainHook Tweak、Logos Tweak and Command-line Tool、Patch iOS Apps, Without Jailbreak.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MacOS Monterey无法安装MonkeyDev

SayHelloWorld opened this issue · comments

方法一:sudo /bin/sh -c "$(curl -fsSL https://raw.githubusercontent.com/AloneMonkey/MonkeyDev/master/bin/md-install)"
报错:
curl: (35) LibreSSL SSL_connect: SSL_ERROR_SYSCALL in connection to raw.githubusercontent.com:443
Failed to download https://raw.githubusercontent.com/AloneMonkey/frida-ios-dump/3.x/dump.js to /opt/MonkeyDev/bin/dump.js

方法二:下载工程,手动安装

  1. 下载工程
  2. sudo ./md-install
    报错:Failed to download https://raw.githubusercontent.com/AloneMonkey/frida-ios-dump/3.x/dump.py to /opt/MonkeyDev/bin/dump.py
    解决:

https://github.com/AloneMonkey/frida-ios-dump地址下载firda-ios-dump
将dump.py、dump.js复制到/opt/MonkeyDev/bin下
给执行权限sudo chmod +x dump.py、sudo chmod +x dump.js
用Xcode 、sublime或其他编辑器编辑md-install可执行文件,将下载报错地方注释掉即可。重新执行安装sudo ./md-install。

报错:File /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Xcode/Specifications/MacOSX Package Types.xcspec not found

解决方案:macosxSDKSpecificationsPath=$macosSdkPlatformPath/Developer/Library/Xcode/Specifications
替换为

macosxSDKSpecificationsPath=$macosSdkPlatformPath/Developer/Library/Xcode/PrivatePlugIns/IDEOSXSupportCore.ideplugin/Contents/Resources

但是
image
xcode无法启动
报错:
image

两种方法都试啦,还是报错
请问有谁安装成功的嘛?跪求大神帮忙指导

commented

#297 已经解决
解决方法:
/Applications/Xcode.app/Contents/PlugIns/IDEiOSSupportCore.ideplugin/Contents/Resources/Embedded-Device.xcspec
修改上述文件,文本编辑,删除标签内中的起始的两个空,即 ,保存,即可。

#297 已经解决 解决方法: /Applications/Xcode.app/Contents/PlugIns/IDEiOSSupportCore.ideplugin/Contents/Resources/Embedded-Device.xcspec 修改上述文件,文本编辑,删除标签内中的起始的两个空,即 ,保存,即可。

什么意思,没找到这两个空

commented

这个教程牛逼了,完美解决

牛啊牛啊 ,最新的版本路径有变 需要重新改一下,修改一下上面的dict就好了

大佬们知道在安装 MonkeyDev 时有如下报错改怎么解决吗?
image

网上查了下感觉绿框中的应该是 XCode 13.3 的问题,是个 Warnning 应该没有影响,红框提示那个文件不存在【报错位置应该是在 md-install 文件 L352】,我去看了下确实不存在:
image

系统信息:
MacOS: 12.3.1
Xcode: 13.3.1
image

大佬们知道在安装 MonkeyDev 时有如下报错改怎么解决吗? image

网上查了下感觉绿框中的应该是 XCode 13.3 的问题,是个 Warnning 应该没有影响,红框提示那个文件不存在【报错位置应该是在 md-install 文件 L352】,我去看了下确实不存在: image

系统信息: MacOS: 12.3.1 Xcode: 13.3.1 image

我也是这个问题,有办法解决了嘛,大佬

降级到13.1,我遇到这个问题了

降级到13.1,我遇到这个问题了

降级到13.1就可以完全解决嘛

Screen Shot 2021-12-17 at 5 48 37 PM

谢谢大佬,搞定了。但是新建的项目没有Product 目录,你们有这种情况么

commented

降级到13.1,我遇到这个问题了

降级到13.1就可以完全解决嘛

13.1 报错:/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Xcode/Specifications/MacOSX Package Types.xcspec not found

Downgraded to 13.1 and I had this problem

Downgrading to 13.1 can completely solve it

13.1 Error: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Xcode/Specifications/MacOSX Package Types.xcspec not found

Has a solution been found for this? I have the same issue on macOS Monterey, XCode 14, M1 cpu