MonoTouch / MonoDevelop:“未获取项目信息”打开 xib 文件时
因此,我只是在运行 Lion 的 MacBook 上安装了 MonoTouch 所需的一切。
我按照步骤/说明进行安装(请参阅此处),然后创建一个新的解决方案。当我打开 xib 文件时,出现以下错误(在 MonoDevelop 中):
更新 Objective-C 类型信息时出错。未获取项目信息
System.Exception:未获取项目信息
在 MonoDevelop.Macdev.XcodeSyncing.XcodeProjectTracker.UpdateTypes(IProgressMonitor 监视器,布尔力) [0x00029 在 /Users/builder/data/lanes/monodevelop-mac-2.8.6.4/ca00645c/source/monodevelop/main/src/addins/MonoDevelop .MacDev/XcodeProjectTracker.cs:351
我除了安装 Xcode,然后安装 Framework/Runtime (MRE-2.10.8_3),然后安装 MonoDevelop (2.8.6.4),然后安装 MonoTouch。
有人以前见过这个吗?我在网上找不到这个特定错误的任何内容。
So, I just installed everything needed for MonoTouch on a MacBook running Lion.
I followed the steps/instructions to install (see here) and then created a new solution. When I open my xib-file I get the following error (in MonoDevelop):
Error updating Objective-C type information. Did not get project info
System.Exception: Did not get project info
at MonoDevelop.Macdev.XcodeSyncing.XcodeProjectTracker.UpdateTypes(IProgressMonitor monitor, Boolean force) [0x00029 in /Users/builder/data/lanes/monodevelop-mac-2.8.6.4/ca00645c/source/monodevelop/main/src/addins/MonoDevelop.MacDev/XcodeProjectTracker.cs:351
I have done nothing else than installiong Xcode, then the Framework/Runtime (MRE-2.10.8_3), then MonoDevelop (2.8.6.4) and then MonoTouch.
Anyone seen this before? I can't find a single thing in this specific error on the net.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
看来我需要关闭解决方案,重新启动程序,然后某种形式的“更新 xcode”-东西正在运行。然后它就让设计师站起来了。当然,我看不到助理编辑器并创建这些渠道,但这是另一个问题......
It seems that I needed to close the solution, restart the program and then some form of "updating xcode"-thing was running. Then it worked with getting the designer up. Of course, I can't see the Assistant Editor and create those outlets, but that's another issue...
我通过构建应用程序,然后双击 xib 文件解决了这个问题。
I fixed this issue by building the application, and then double clicking the xib file.
我通过构建应用程序、关闭并重新打开解决方案,然后双击 xib 文件解决了这个问题。
I fixed this issue by building the application, closing and reopening the solution, and then double clicking the xib file.