Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

MonoTouch / MonoDevelop: "Did not get project info" when opening xib-files

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.

like image 244
Ted Avatar asked Feb 11 '12 13:02

Ted


2 Answers

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

like image 52
Ted Avatar answered Dec 14 '22 00:12

Ted


I fixed this issue by building the application, and then double clicking the xib file.

like image 34
TrueEddie Avatar answered Dec 14 '22 01:12

TrueEddie