我尝试了所有可能的解决方案,例如重新安装Xcode,重新安装模拟器并重置其配置。安装了不同版本的Xcode,如版本6,7,8。由于无法启动模拟器,它仍然会引发错误。 错误报告说,
switch (m_choice)
{
case 1:
//want to start a new thread here.
m_App->moveToThread(&appThread);//
appThread.start(); //
m_App->connectClient();
break;
二进制图像: 0x103f76000 - 0x103faefff + launchd_sim(2.1.0 - 560.20.11)/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/sbin/launchd_sim
Time Awake Since Boot: 1200 seconds
System Integrity Protection: enabled
Crashed Thread: 0 Dispatch queue: com.apple.main-thread
Exception Type: EXC_BAD_INSTRUCTION (SIGILL)
Exception Codes: 0x0000000000000001, 0x0000000000000000
Exception Note: EXC_CORPSE_NOTIFY
Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
0 launchd_sim 0x0000000103f9dfee 0x103f76000 + 163822
1 launchd_sim 0x0000000103f7adc4 0x103f76000 + 19908
2 libdyld.dylib 0x0000000104384145 start + 1
Thread 0 crashed with X86 Thread State (64-bit):
请帮助我们。