【发布时间】:2015-04-06 03:52:16
【问题描述】:
我是一个新的 IOS 人。 我只是遇到一个情况,我不知道为什么。如果有人能提供一些建议,真的很感激。
我的问题和这个人的问题很相似: IOS-Convert code-based interface to Storyboard based interface
我的控制台信息是:
* Terminating app due to uncaught exception 'NSInvalidArgumentException',
reason: 'Could not find a storyboard named 'Main' in bundle NSBundle (loaded)'
* First throw call stack: (0x184c2a530 0x195bac0e4 0x189a04484 0x1896c4590
0x1896c3728 0x1896c1f1c 0x18d0f1604 0x184be2d70 0x184be1e78 0x184be0078
0x184b0d1f4 0x1894a3020 0x18949e10c 0x10005fd68 0x19622aa08) libc++abi.dylib:
terminating with uncaught exception of type NSException (lldb)
【问题讨论】:
-
我已经将情节提要名称添加到 plist 中,但它仍然不起作用。仍然给我线程 1:信号 SIGABRT 错误
标签: ios iphone user-interface