ios - Xcode 4.3.1 : Unable to open documents of type iPad XIB

标签 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.

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

最佳答案

我想通了!

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

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

就是这样。

关于ios - Xcode 4.3.1 : Unable to open documents of type iPad XIB,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/9618423/

相关文章:

ios - 使用 GL_LINE_STRIP 绘制三角形轮廓时的奇怪顺序

ios - 如何在 Storyboard上的 Size Inspector 中更改 UITableViewCell 的原始值?

objective-c - 如何使用 UIPopoverArrowDirectionRight 或 UIPopoverArrowDirectionLeft 正确显示来自 UITableViewCell 的弹出窗口

ios - CLLocationManager 区域监控 : Detect Arrival in Suspended State

android - 调试需要服务器 URL 的应用程序

ios - 代码 : Apple Mach-O linker Error

objective-c - (xcode 5) ibtool 失败,退出代码为 255

iphone - 以特定风格在 iPad 上播放视频

ios - 按 UIImage 打开新的 View Controller

ios - Xcode 7 Swift 2 - 尝试将 ZIP 文件嵌入/预加载到 iTunes 共享中,以便应用程序用户可以将 ZIP 文件复制到他们的桌面