构建/运行应用程序时,我的所有代码都很好;每当我编辑它时,会出现很多错误消息,例如
"Use of undeclared type '-object type-'"
如下图所示。从我观察到的情况来看,它发生在@NSApplicationMain
之后但是如果我删除它,代码错误就好了。有关为何发生这种情况的任何见解?
当我使用错误"an uncaught exception was raised"
运行它时,它也会终止。应用程序在第29行终止,其中定义了AppDelegate类。 I put the error log in a GitHub Gist here.
答案 0 :(得分:0)
我是Xcode 6.1的旧测试版。