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

时间:2012-03-08 13:31:27

标签: ios xcode ipad interface-builder

我刚刚升级到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.

任何人都会看到同样的问题吗?任何帮助都会受到赞赏。

3 个答案:

答案 0 :(得分:17)

我明白了!

转到项目设置,并删除显示Interface Builder插件搜索路径或类似内容的行。

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

就是这样。

答案 1 :(得分:0)

我也有这个问题。我刚创建了一个新项目,并将所有source / xib / resources文件复制到新项目中。希望它可以帮助某人

答案 2 :(得分:0)

解决此问题:

  1. 按Command-1转到项目树
  2. 选择您的项目
  3. 在右侧面板中选择您的项目,然后单击“构建设置”
  4. 在“构建设置”下方的搜索字段中输入:“覆盖插件”
  5. 现在,唯一可见的设置应该是“Overriding Plug-In and Framework Directory”
  6. 双击该值并使用“ - ”按钮
  7. 删除所有条目
  8. 点击其他地方以保存设置
  9. 那应该解决它