Jon*_*Jon 12 xcode interface-builder ipad ios
我刚刚升级到Xcode 4.3.1和SDK 5.1.我的项目使用storyboard但有一个nib/xib文件.升级后,编译失败:
/* com.apple.ibtool.errors */
/Users/jhn/Udvikling/Projekter/rmtelemedicin/RMTeleMedicin/RMTeleMedicin/MenuViewController.xib: error: Interface Builder is unable to open documents of type iPad XIB.
Recovery Suggestion: Ensure the plugin for the iPad XIB document type, from the corresponding SDK, is installed.
Run Code Online (Sandbox Code Playgroud)
任何人都看到同样的问题?任何帮助将不胜感激.
yon*_*nix 17
我想到了!
转到项目设置,并删除显示Interface Builder插件搜索路径或类似内容的行.
project.pbxproj中的确切行是:
IBC_PLUGIN_SEARCH_PATHS = "${PROJECT_DIR}/**";
而已.