Skip to content

MacOS Monterey无法安装MonkeyDev #307

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
SayHelloWorld opened this issue Nov 23, 2021 · 13 comments
Open

MacOS Monterey无法安装MonkeyDev #307

SayHelloWorld opened this issue Nov 23, 2021 · 13 comments

Comments

@SayHelloWorld
Copy link

SayHelloWorld commented Nov 23, 2021

方法一: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

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

@SayHelloWorld SayHelloWorld changed the title MacOS Monterey无法安装mokenkeyDev MacOS Monterey无法安装MonkeyDev Nov 23, 2021
@snlo
Copy link

snlo commented Dec 2, 2021

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

@wengxianxun
Copy link

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

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

@dabiaotouxiang
Copy link

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

@ianisme
Copy link

ianisme commented Jan 6, 2022

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

@happy19375123
Copy link

@RootSir
Copy link

RootSir commented Apr 27, 2022

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

@tom-snow
Copy link

tom-snow commented Apr 28, 2022

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

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

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

@Ewanmind
Copy link

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

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

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

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

@jamesguo
Copy link

jamesguo commented May 3, 2022

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

@Ewanmind
Copy link

Ewanmind commented May 3, 2022

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

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

@xiaoliangli1128
Copy link

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

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

@loohalh
Copy link

loohalh commented Sep 26, 2022

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

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

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

@Talal916
Copy link

Talal916 commented Feb 8, 2023

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests