如何在OSX Ventura 13.1中打开Xcode 13.4.1?

zpf6vheq  于 2023-01-18  发布在  其他
关注(0)|答案(1)|浏览(316)

**我试过使用查找器:**应用程序文件夹〉查找Xcode应用程序〉右键单击应用程序,然后单击显示软件包内容〉打开内容〉打开MacOS〉并启动Xcode。
**我已尝试从命令行:**open /Applications/Xcode.app/Contents/MacOS/Xcode

结果是此错误块:

/Applications/Xcode.app/Contents/MacOS/Xcode ; exit;  JKnee1@APCVMD6M5288FF
objc[2579]: Class ASVError is implemented in both /Applications/Xcode.app/Contents/SharedFrameworks/GPUToolsCore.framework/Versions/A/GPUToolsCore (0x12f48d050) and /Applications/Xcode.app/Contents/PlugIns/GPUDebugger.ideplugin/Contents/Frameworks/GPUToolsASVC.framework/Versions/A/GPUToolsASVC (0x12ebf4338). One of the two will be used. Which one is undefined.
objc[2579]: Class DYShaderAnalyzerNextGPU is implemented in both /Applications/Xcode.app/Contents/SharedFrameworks/MTLToolsShaderProfiler.framework/Versions/A/MTLToolsShaderProfiler (0x12f926c60) and /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/GPUTools/PlugIns/GLToolsShaderProfilerMobileSupport.gtplugin/Contents/MacOS/GLToolsShaderProfilerMobileSupport (0x143fb99c0). One of the two will be used. Which one is undefined.
jogvjijk

jogvjijk1#

愚蠢的回答。只有/Applications/Xcode.app/Contents/MacOS/Xcode,没有open从命令行启动命令。tada。

相关问题