找不到Xcode模拟器符号:_SimCarPlayPropertyKeyHasBackButton

时间:2019-12-17 14:28:41

标签: ios xcode

我运行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

1 个答案:

答案 0 :(得分:0)

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

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

请启动Xcode.pp来安装更新的程序包,或从Terminal运行xcodebuild -runFirstLaunch