AloneMonkey / MonkeyDev

CaptainHook Tweak、Logos Tweak and Command-line Tool、Patch iOS Apps, Without Jailbreak.
GNU General Public License v3.0
6.54k stars 1.18k forks source link

xcode 12 Types.xcspec not found #266

Open liurenqiu520 opened 3 years ago

liurenqiu520 commented 3 years ago

Creating symlink to Xcode templates... Modifying Bash personal initialization file... File /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Xcode/Specifications/MacOSX Package Types.xcspec not found

oschanger commented 3 years ago

Xcode12: modify md-install,comment the download cmd, then change this line macosxSDKSpecificationsPath=$macosSdkPlatformPath/Developer/Library/Xcode/PrivatePlugIns/IDEOSXSupportCore.ideplugin/Contents/Resources

sunyuping commented 3 years ago

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

zhmbo commented 3 years ago

@sunyuping 前面加上sudo

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
nicolastinkl commented 1 year ago

xcode 14没有这个目录,而且ln -s 也无法解决问题,报错还是显示: Creating symlink to Xcode templates... Modifying Bash personal initialization file... File /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Xcode/Specifications/MacOSX Package Types.xcspec not found

nicolastinkl commented 1 year ago

xcode 14解决方式: 下载两个文体: MacOSX Package Types.xcspec MacOSX Product Types.xcspec https://github.com/qbs/qbs/tree/master/share/qbs/modules/bundle 然后放在路径就好了。/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Xcode/PrivatePlugIns/IDEOSXSupportCore.ideplugin/Contents/Resources