Warning: file_get_contents(/data/phpspider/zhask/data//catemap/9/ios/120.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181

Warning: file_get_contents(/data/phpspider/zhask/data//catemap/5/objective-c/23.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Ios Interface Builder 3找不到com.apple.imagekit.ibplugin_Ios_Objective C - Fatal编程技术网

Ios Interface Builder 3找不到com.apple.imagekit.ibplugin

Ios Interface Builder 3找不到com.apple.imagekit.ibplugin,ios,objective-c,Ios,Objective C,我正在山狮中使用Interface Builder 3。它运行良好,但由于某些原因,无法加载2个xib文件。错误消息是: Locate the com.apple.imagekit.ibplugin Interface Builder plug-in to continue opening this document. Press "continue" to continue opening without resolving the dependency. 我不确定com.apple.ima

我正在山狮中使用Interface Builder 3。它运行良好,但由于某些原因,无法加载2个xib文件。错误消息是:

Locate the com.apple.imagekit.ibplugin Interface Builder plug-in to continue opening this document. Press "continue" to continue opening without resolving the dependency.

我不确定com.apple.imagekit.ibplugin是什么类型的插件,我应该从哪里获得它。我确实找不到它安装在系统上。

您的错误意味着Xcode或Interface Builder不知道com.apple.imagekit.ibplugin,这很奇怪

在苹果的Xcode发行说明中,自Xcode 4.1以来,不再支持IBPlugins。因此,我相信他们在狮子身上并不存在。要解决此问题,请打开Interface Builder首选项,然后单击插件。如果你看到imagekit,这很有趣,但你可能没有。这只是为了检查你是否有插件

要解决此问题,必须将imagekit框架重新添加到项目中。现在应该可以了。如果没有,您必须转到interface builder plugin prefs并在imagekit.framework/resources下添加位于imagekit框架中的插件


很抱歉,如果它不工作,因为我没有遇到问题,而且我正在运行Xcode 4。

不是崩溃了吗?我确实在某个时候收到过这样的消息,我的XIB已损坏。@rckoenes此消息出现在interface builder 3的弹出窗口中,当我尝试打开XIB文件时会显示此消息。如果您是这样问的,它也会在Xcode中显示为编译错误。看起来XIB文件可能已损坏,如果你创建了一个新的插件,你能打开它吗?不确定,我在xib文件中找到了这些行:com.apple.imagekit.ibplugin这个插件只在OSX Lion上可用,而不是mountain Lion上。例如,我知道了,但是如果你试图找到插件,我的Mac上实际上不存在imagekit.framework/resources,也许可以尝试imagekit.framework/Versions/A/imagekit。Imagekit也包含在quartz框架中,因此需要添加它。抱歉,如果我感到困惑和不清楚。您好,我重新打开这篇1年前的帖子,因为我发现自己也有同样的问题,但是在小牛上使用xCode5。因此,这次我无法通过更改操作系统来解决这个问题,我需要让它在当前环境下工作。我尝试按照您的建议加载imagekit.framework中包含的imagekit文件,但它似乎不是一个插件,无法工作。你知道吗?嗯,你的电脑被诅咒了,我只想重新安装Xcode。奇怪的是,你仍然在经历这个问题。