一般情况下出现“Unknown type name”是头文件互相引用出现的,这里不是这个,由于源码使用是c\c++与oc混编,下面三种可以解决问题方案. 解决方案一: 选择所有.c文件,将属性的 identity and type 改为Objective-C Source. 解决方案二: 选择所有.c文件,将.c修改为.m 解决方案三: 将Compile Sources As 改为 Objective-C++,由于修改所有文件的编译类型,可能会导致其他包括c.c++代码的提示错误,不过都是些的提…
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 co…