今日博主使用了环信的SDK在xcode7.1上进行APP开发,可是在配置好SDK以后,出现了以下状况:xcode
warning: Could not resolve external type c:objc(cs)NSStringui
warning: Could not resolve external type c:objc(cs)NSObjectspa
warning: Could not resolve external type c:objc(cs)NSArraycode
warning: Could not resolve external type c:objc(cs)NSBundleorm
对于这个我问题我查阅了好多文章,终于找了解决方法.下面将解决方法告诉你们:开发
选中工程;it
选中TARGETS的BuildSettingsio
在搜索框中输入:Debug Information Format编译
将Debug Information Format的选项由"DWARF with dSYM File"改成"DWARF";form
编译程序,成功解决警告:
以下: