I just upgraded to the latest versions of MonoDevelop and MonoTouch. Now, when I try to build even an empty iPhone monotouch project, I get the following error:

Error merging Info.plist: The given key was not present in the dictionary.

I am a newbie iPhone/monotouch developer, and I have no idea what this might mean. Any suggestions?

link|improve this question
feedback

3 Answers

I was getting the same error. I resolved it by uninstalling Xcode 4 and installing the latest version of Xcode 3. I couldn't find anything that definitively said that Xcode 4 was not supported, but it appears to be causing this error.

link|improve this answer
This seems to still be the case with the Xcode 4 GM seed. Hopefully there will be an update to fix this in the near future. – peppy Feb 27 '11 at 10:15
feedback

The bug was fixed

https://bugzilla.novell.com/show_bug.cgi?id=678530

Edit: Here my blog that I did to get around all the issues of using current monotouch on Lion. http://joemele.wordpress.com/2011/07/29/monotouch-and-lion/

link|improve this answer
feedback

Try this link. Just reinstall in the order specified. It worked for me after seeing the same error during compilation. You just need the newest iPhone SDK, and so on...

http://monotouch.net/DownloadTrial

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.