MonkeyDev icon indicating copy to clipboard operation
MonkeyDev copied to clipboard

xcode 12 Types.xcspec not found

Open liurenqiu520 opened this issue 5 years ago • 5 comments

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

liurenqiu520 avatar Nov 15 '20 10:11 liurenqiu520

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

oschanger avatar Nov 26 '20 03:11 oschanger

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

sunyuping avatar Dec 10 '20 03:12 sunyuping

@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

zhmbo avatar Apr 23 '21 09:04 zhmbo

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 avatar Dec 29 '22 01:12 nicolastinkl

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

nicolastinkl avatar Dec 29 '22 01:12 nicolastinkl