Warning: file_get_contents(/data/phpspider/zhask/data//catemap/8/swift/19.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Swift sytax全白和xcode崩溃_Swift_Debugging_Xcode6 - Fatal编程技术网

Swift sytax全白和xcode崩溃

Swift sytax全白和xcode崩溃,swift,debugging,xcode6,Swift,Debugging,Xcode6,我已经向苹果公司报告了几次这个错误,但仍然没有得到帮助,所以这里可能有人可以帮助我 首先,当使用swift启动应用程序时,我的所有语法都是白色的,我已从以下线程对此进行了研究: 还是没有运气 但每次我尝试在模拟器中运行应用程序时,xcode都会崩溃,并在错误报告中给出以下信息。 看起来线程13是个问题,但我不知道具体的问题是什么,也不知道如何解决…如果你需要更多信息,请告诉我 我们将非常感谢您在这方面提供的任何帮助或寻求帮助的任何方向。 谢谢大家! Bug report info: Proces

我已经向苹果公司报告了几次这个错误,但仍然没有得到帮助,所以这里可能有人可以帮助我

首先,当使用swift启动应用程序时,我的所有语法都是白色的,我已从以下线程对此进行了研究: 还是没有运气

但每次我尝试在模拟器中运行应用程序时,xcode都会崩溃,并在错误报告中给出以下信息。 看起来线程13是个问题,但我不知道具体的问题是什么,也不知道如何解决…如果你需要更多信息,请告诉我

我们将非常感谢您在这方面提供的任何帮助或寻求帮助的任何方向。 谢谢大家!

Bug report info:
Process:    Xcode [374]
Path:       /Applications/Xcode.app/Contents/MacOS/Xcode
Identifier: com.apple.dt.Xcode
Version:    6.3.2 (7718)
Build Info:  IDEFrameworks-7718000000000000~2
App Item ID: 497799835
App External ID: 812404257
Code Type: X86-64 (Native)
Parent Process: ??? [1]
Responsible: Xcode [374]
User ID:   501

Crashed Thread:   13 Dispatch queue: com.apple.root.default-qos

Exception Type:    EXC_BAD_ACCESS (SIGSEGV)
Exception Codes:   KERN_INVALID_ADDRESS at 0x0000000000000010


VM Regions Near 0x10: -->
__TEXT 000000010fde7000-000000010fde8000 [ /Applications/Xcode.app/Contents/MacOS/Xcode


Thread 13 Crashed:: Dispatch queue: com.apple.root.default-qos
0 com.apple.DVTiPhoneSimulatorRemoteClient 0x00000001157b2165 __59-[SimDevice(DVTAdditions)
dvt_notifyOfBootOnQueue:handler:]_block_invoke + 326
1 libdispatch.dylib      0x00007fff8e654b15 _dispatch_call_block_and_release + 12
2 libdispatch.dylib      0x00007fff8e6511b2 _dispatch_client_callout + 8
3 libdispatch.dylib      0x00007fff8e65378c _dispatch_root_queue_drain + 838
4 libdispatch.dylib      0x00007fff8e65e848 _dispatch_worker_thread3 + 71
5 libsystem_pthread.dylib   0x00007fff8b8d7bd1 _pthread_wqthread + 663
6 libsystem_pthread.dylib   0x00007fff8b8d5a01 start_wqthread + 13

Thread 13 crashed with X86 Thread State (64-bit):
rax: 0x0000000000000000 rbx: 0x0000000000000337 rcx: 0x000000000000000d rdx:0x000000012486cd78
rdi: 0x0000000000000000 rsi: 0x0000000000000000 rbp: 0x000000012486ce50 rsp:0x000000012486ce10
r8: 0x00000000000007ff r9: 0x00007f92761575d0 r10: 0x00007f92732f7ab0 
r11: 0x00007fff753f4ef0
r12: 0x00007f92761575d0 r13: 0x00007fff85573a10 r14: 0x00007f92785b5430 r15: 0x00007f9279a0f180 rip: 0x00000001157b2165 rfl: 0x0000000000010206 cr2: 0x0000000000000010

Logical CPU: 0
Error Code: 0x00000004
Trap Number: 14

实际上,如果没有看到代码,就很难确定发生了什么。一个好的开始是程序崩溃时执行的代码。听起来应用程序总是在同一个地方崩溃?我没有写任何代码。。。我只是在故事板中添加了一个标签进行测试,结果它崩溃了。当我开始一个新项目时,在我添加任何代码之前,语法是白色的。我已经在不同的机器上运行了完全相同的示例,它可以工作,所以我相信这是运行xcode的机器特有的错误,我已经卸载并重新安装了很多次。。。很遗憾听到这个消息。可能是时候备份您的文件并重新安装Yosemite了?这可能是最好的选择。。。谢谢