今日博主使用了環信的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
編譯程序,成功解決警告:
以下: