标签:
1.出现下面的错误:
StoryboardApp[8593:207] Failed to instantiate the default view controller for UIMainStoryboardFile ‘MainStoryboard‘ - perhaps the designated entry point is not set?
这个问题的原因应该是在你的StoryBoard中没有一个view controller设置了Initial Scene。您需要选择一个view conroller作为story board的第一个界面:
2.出现错误:
Receiver XXX type for instance message is a forward declaration
关闭工程的ARC(Automatic Reference Counting)
附带 ARC 教程:http://www.onevcat.com/2012/06/arc-hand-by-hand/
标签:
原文地址:http://www.cnblogs.com/AAYuan/p/4847713.html