【发布时间】:2023-01-15 01:37:29
【问题描述】:
我试过使用取景器:Applications Folder > Find Xcode App > 右键单击该应用程序并单击 Show Package Contents > Open Contents > Open MacOS > 并启动 Xcode。
我从命令行尝试过:打开 /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.
【问题讨论】: