找不到 Xcode 模拟器符号:_SimCarPlayPropertyKeyHasBackButton



当我运行open -a Simulator时会发生此错误,有人可以帮助我吗?

请省略重复的单词,我不知道有多少单词足够详细。当我运行open -a Simulator时会发生此错误,有人可以帮助我吗? 当我运行open -a Simulator时会发生此错误,有人可以帮助我吗?

错误信息如下所示:

Process:               Simulator [51218]
Path:                  /Applications/Xcode.app/Contents/Developer/Applications/Simulator.app/Contents/MacOS/Simulator
Identifier:            com.apple.iphonesimulator
Version:               11.0 (912.1)
Build Info:            Indigo-912001000000000~157
Code Type:             X86-64 (Native)
Parent Process:        ??? [1]
Responsible:           Simulator [51218]
User ID:               501
Date/Time:             2019-12-17 22:21:50.331 +0800
OS Version:            Mac OS X 10.14.5 (18F132)
Report Version:        12
Bridge OS Version:     3.0 (14Y901)
Anonymous UUID:        BDE6C29F-221A-CBF6-F8D6-78C567E56E88
Sleep/Wake UUID:       B1B2C3FF-69B2-4397-B3F4-4D8260B0F4E9
Time Awake Since Boot: 1900000 seconds
Time Since Wake:       37000 seconds
System Integrity Protection: enabled
Crashed Thread:        0
Exception Type:        EXC_CRASH (SIGABRT)
Exception Codes:       0x0000000000000000, 0x0000000000000000
Exception Note:        EXC_CORPSE_NOTIFY
Termination Reason:    DYLD, [0x4] Symbol missing
Application Specific Information:
dyld: launch, loading dependent libraries
Dyld Error Message:
Symbol not found: _SimCarPlayPropertyKeyHasBackButton
Referenced from: /Applications/Xcode.app/Contents/Developer/Applications/Simulator.app/Contents/MacOS/Simulator
Expected in: /Library/Developer/PrivateFrameworks/CoreSimulator.framework/Versions/A/CoreSimulator
in /Applications/Xcode.app/Contents/Developer/Applications/Simulator.app/Contents/MacOS/Simulator

这表明系统上的 CoreSimulator 版本比 Simulator.app 预期的要旧。

升级后首次启动 Xcode.app 应该会导致它更新CoreSimualtor.framework。

请启动 Xcode.app 以安装更新的软件包,或从终端运行xcodebuild -runFirstLaunch

相关内容

  • 没有找到相关文章

最新更新