ios – Xcode 4.3.1:无法打开iPad XIB类型的文档

前端之家收集整理的这篇文章主要介绍了ios – Xcode 4.3.1:无法打开iPad XIB类型的文档前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。
我刚刚升级Xcode 4.3.1和SDK 5.1.我的项目使用故事板,但有一个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.

任何人看到同样的问题?任何帮助将不胜感激.

解决方法

我想到了!

转到您的项目设置,并删除说明Interface Builder插件搜索路径或类似的行.

project.pbxproj中的确切行是:
IBC_PLUGIN_SEARCH_PATHS =“${PROJECT_DIR} / **”;

而已.

原文链接:https://www.f2er.com/iOS/336086.html

猜你在找的iOS相关文章