Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Missing h-files and Assistant Editor not working because of it (monoTouch/MonoDevelop)

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.

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.

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".

I have tried to create the HelloWorlsViewController.h file manually, but it doesnt seem to help either.

EDIT Here is a screencast on DailyMotion that shows the problem: http://www.dailymotion.com/waggerdagger#videoId=xok9gs

like image 605
Ted Avatar asked Oct 09 '22 17:10

Ted


1 Answers

Try Closing down XCode and MonoDevelop completely and then reopen MonoDevelop. That worked for me.

like image 79
nabeelfarid Avatar answered Oct 12 '22 11:10

nabeelfarid