无法实例化UIApplication子类实例。没有加载名为%@的类

时间:2015-07-04 22:00:44

标签: ios iphone xcode

我收到以下错误,只要应用程序运行,它就会崩溃而没有太多信息。崩溃日志中的一些信息如下。我已经检查了info.plist,这是正确的。它曾经是工作,但一旦我清理它,它突然停止在模拟器中工作。我不记得更改任何构建设置。我改变的只是在故事板中添加新屏幕。我尝试移除屏幕,但它没有帮助。

0x10f83b578 <+442>:  leaq   0x8a7208(%rip), %rdx      ; "int UIApplicationMain(int, char **, NSString *, NSString *)"
0x10f83b57f <+449>:  callq  *%r12
0x10f83b582 <+452>:  movq   %rax, %r14
0x10f83b585 <+455>:  movq   0xdbbca4(%rip), %rdi      ; (void *)0x000000010f4948e0: NSString
0x10f83b58c <+462>:  movq   0xd8f7d5(%rip), %rsi      ; "stringWithUTF8String:"
0x10f83b593 <+469>:  leaq   0x8a68ef(%rip), %rdx      ; "/SourceCache/UIKit_Sim/UIKit-3347.44.2/UIApplication.m"
0x10f83b59a <+476>:  callq  *%r12
0x10f83b59d <+479>:  movq   %rax, %rcx
0x10f83b5a0 <+482>:  movq   0xd909f9(%rip), %rsi      ; "handleFailureInFunction:file:lineNumber:description:"
0x10f83b5a7 <+489>:  movq   %rbx, (%rsp)
0x10f83b5ab <+493>:  leaq   0xb8611e(%rip), %r9       ; @"Unable to instantiate the UIApplication subclass instance. No class named %@ is loaded."

0 个答案:

没有答案