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

M1 Mac XCode 14, Monterey Installation Issues

Talal916 opened this issue · comments

First I ran into issue with missing IDEiOSSupportCore plugin, so I downloaded Xcode 12 and copied IDEiOSSupportCore.ideplugin into Xcode 14 installation. Then I ran into corrupt identifier, solved it with #297 #297 (comment).

Now I try to run this to install MonkeyDev sudo /bin/sh -c "$(curl -fsSL https://raw.githubusercontent.com/AloneMonkey/MonkeyDev/master/bin/md-install)"

I get this response

Creating symlink to Xcode templates...
Modifying Bash personal initialization file...
2023-02-07 18:58:22.441 xcodebuild[50107:730116] [MT] DVTPlugInManager: Required plug-in compatibility UUID C91F3560-00E7-4749-8E3F-4D83B1496051 for IDEiOSSupportCore.ideplugin (com.apple.dt.IDE.IDEiOSSupportCore) not present
2023-02-07 18:58:22.788 xcodebuild[50110:730129] [MT] DVTPlugInManager: Required plug-in compatibility UUID C91F3560-00E7-4749-8E3F-4D83B1496051 for IDEiOSSupportCore.ideplugin (com.apple.dt.IDE.IDEiOSSupportCore) not present
File /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Xcode/Specifications/MacOSX Package Types.xcspec not found

Any ideas? Seems like the plug in isn't compatible with Xcode 14?

Also where can I get MacOSX Package Types.xcspec?

Edit: I solved MACOSX Package Types.xcspec issue with this #266 (comment)

I still have the required plug in compatibility issue for IDEiOSSupportCore.ideplugin

image

open md-install

change

macosxSDKSpecificationsPath=$macosSdkPlatformPath/Developer/Library/Xcode/Specifications
packageTypesForMacOSXPath="$macosxSDKSpecificationsPath/MacOSX Package Types.xcspec"
productTypesForMacOSXPath="$macosxSDKSpecificationsPath/MacOSX Product Types.xcspec"

to

macosxSDKSpecificationsPath=$macosSdkPlatformPath/Developer/Library/Xcode/PrivatePlugIns
packageTypesForMacOSXPath="$macosxSDKSpecificationsPath/IDEOSXSupportCore.ideplugin/Contents/Resources/MacOSX Package Types.xcspec"
productTypesForMacOSXPath="$macosxSDKSpecificationsPath/IDEOSXSupportCore.ideplugin/Contents/Resources/MacOSX Product Types.xcspec"

自己fork了下安装脚本、修改了下、可以用我这个一键安装脚本进行安装
udo /bin/sh -c "$(curl -fsSL https://raw.githubusercontent.com/shadow-boy/MonkeyDev/master/bin/md-install)"

自己fork了下安装脚本、修改了下、可以用我这个一键安装脚本进行安装 udo /bin/sh -c "$(curl -fsSL https://raw.githubusercontent.com/shadow-boy/MonkeyDev/master/bin/md-install)"

下载第四个文件的时候速度一直是0

commented

看这里 #336 (comment)

Xcode14.3 照抄你这个, xcode直接打不开了..

Xcode14.2照抄同直接打不开 崩溃了

看你提交日期写的是2023年2月8日,可能你的问题早已解决。我近期也遇到此问题,我是这样解决的: 删除md-install中的346行到 exit 0 前面一行的代码,然后重新sudo ./md-install就ok了

image

Build input files cannot be found: '/usr/lib/libc++.dylib', '/usr/lib/libstdc++.dylib'. Did you forget to declare these files as outputs of any script phases or custom build rules which produce them?

这个你解决了吗?

commented

自己fork了下安装脚本、修改了下、可以用我这个一键安装脚本进行安装 udo /bin/sh -c "$(curl -fsSL https://raw.githubusercontent.com/shadow-boy/MonkeyDev/master/bin/md-install)"

xcode 14.3 需要替换 355 和 365 行中间路径为 /Developer/Library/Xcode/Plug-ins/XCBSpecifications.ideplugin