XCode 9.2模拟器崩溃



每当我在xcode 9.2上启动模拟器时,模拟器都会随多个弹出窗口崩溃。

XCODE版本: 9.2(9c40b(

Mac OS版本: 10.12.6(16G1212(

一些错误消息如下:

  1. 由于问题而无法打开篮板。
  2. 由于问题而无法打开同步。
  3. 由于问题无法打开跳板。

syultorbridge的崩溃报告如下:

Process:               SimulatorBridge [4361]
Path:                /Users/USER/Downloads/Xcode.app/Contents/Developer/Applications/Simulator.app/Contents/Resources/Platforms/iphoneos/usr/libexec/SimulatorBridge
Identifier:            SimulatorBridge
Version:               835.5 (835.5)
Code Type:             X86-64 (Native)
Parent Process:        launchd_sim [4313]
Responsible:           SimulatorBridge [4361]
User ID:               501
Date/Time:             2018-02-21 12:36:15.729 +0530
OS Version:            Mac OS X 10.12.6 (16G1212)
Report Version:        12
Anonymous UUID:        6844F1F8-F647-09F6-8FB0-A7B9C14F843B

Time Awake Since Boot: 10000 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, [0x1] Library missing
Application Specific Information:
dyld: launch, loading dependent libraries
DYLD_FALLBACK_LIBRARY_PATH=/Users/Octane_Nimesh/Downloads/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/lib
DYLD_ROOT_PATH=/Users/Octane_Nimesh/Downloads/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot
DYLD_FALLBACK_FRAMEWORK_PATH=/Users/Octane_Nimesh/Downloads/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks
Dyld Error Message:
  Library not loaded: /System/Library/PrivateFrameworks/CoreAnalytics.framework/CoreAnalytics
  Referenced from: /Users/USER/Downloads/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/WirelessDiagnostics.framework/WirelessDiagnostics
  Reason: image not found

如何解决此问题?

重新安装xcode,因为由于损坏的模拟器文件而可能发生此问题。

最新更新