Xcode游戏不会运行“Interface Builder文件中的未知类SKView”。

时间:2015-04-06 19:06:00

标签: ios objective-c xcode cocoa-touch

当我尝试使用模拟器运行游戏时,我得到了这个

“Interface Builder文件中的未知类SKView。”

以下是一些代码

    // Strings

scoreString = [NSString stringWithFormat:@"SCORE: 0"];
liveString = [NSString stringWithFormat:@"LIVES: 0"];

它表示在“liveString = [NSString stringWithFormat:@”LIVES:0“]旁边的贪婪一侧的线程1断点1.1;”

关于这一点以及线程1断点1.1

0x108f6a361:  movq   0xc70970(%rip), %rsi      ; "_embeddedDelegate"

我是Xcode的新编码,不明白该怎么做!请帮助:)

谢谢,科迪。

0 个答案:

没有答案