问题描述
我刚在 MonoTouch/MonoDevelop 中启动 HelloWorld 时缺少 .h 文件.我有 与此人相同的问题,但提供的答案确实帮不了我.
I am missing the .h-files when I just started my HelloWorld in MonoTouch/MonoDevelop. I have the same question as this guy, but the answer provided did not help me.
我刚刚在运行 Lion 的 MacBook 上安装了 MonoTouch 所需的一切.我按照步骤/说明进行安装(请参阅此处),然后创建了一个新的解决方案.
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.
但是由于没有.h文件,这意味着我在Xcode中使用界面Builder时,打开Assistant Builder"时只会得到No Assistant Result".
But since there are no .h-files, this means that whem I use the interface Builder in Xcode, I only get the "No Assistant Result" when I open the "Assistant Builder".
我曾尝试手动创建 HelloWorlsViewController.h 文件,但似乎也无济于事.
I have tried to create the HelloWorlsViewController.h file manually, but it doesnt seem to help either.
编辑这是 DailyMotion 上的截屏视频,显示了该问题:http://www.dailymotion.com/waggerdagger#videoId=xok9gs
EDITHere is a screencast on DailyMotion that shows the problem:http://www.dailymotion.com/waggerdagger#videoId=xok9gs
推荐答案
尝试完全关闭 XCode 和 MonoDevelop,然后重新打开 MonoDevelop.这对我有用.
Try Closing down XCode and MonoDevelop completely and then reopen MonoDevelop. That worked for me.
这篇关于缺少 h 文件和助理编辑器因此无法正常工作 (monoTouch/MonoDevelop)的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!