I want to upgrade to OS X Lion but I'm afraid it will mess up my development environment for monotouch. Will upgrading be fairly painless?

link|improve this question

3  
What's with the close votes? I thought this question was pretty relevant to programming or software development. – Andrew Young Jul 22 '11 at 17:55
I second that. But at least you have found an answer. I am in the exact same situation, getting this "ibtool" error. Did you upgrade to Xcode4 or is there still an Xcode3 version? – Krumelur Jul 25 '11 at 18:35
Thanks for the support on the close votes. You can get it on the app store. Also, see the update in my answer for the other issue I recently ran into. – Andrew Young Jul 25 '11 at 20:41
Yea closing this as off topic is a major fail I am using monotouch myself to "PROGRAM" Iphone and Ipad apps. I had the same issue so thanks! – Joe Jul 27 '11 at 17:49
Thanks for the support Joe. If you're able, vote to reopen the issue. – Andrew Young Jul 27 '11 at 17:59
show 2 more comments
feedback

closed as off topic by Mitch Wheat, Jesus Ramos, Mauricio Scheffer, cwallenpoole, Graviton Jul 22 '11 at 6:59

Questions on Stack Overflow are expected to generally relate to programming or software development in some way, within the scope defined in the faq.

1 Answer

up vote 3 down vote accepted

I didn't have a problem upgrading aside from the fact that I had to upgrade Xcode to the version built for Lion.

If you upgrade and try to build your iPhone project and you get an error saying it can't find ibtool then upgrading Xcode will solve this.

One other thing that I ran into (after upgrading Xcode) is a bug where the iOS simulator could not find the right version of the SDK libs. I'm not sure if this is monotouch related but you can find the bug report here and what I did to get around it.

Update: Ok. It seems like there are more problems than I realized. Here's another example. Debugging the simulator causes MonoDevelop to crash at random points. See link.

link|improve this answer
We're preparing to release Mono 2.10.3 with some MacOSX Lion fixes, including: a Socket.BeginConnect() hang fix and 2 Gtk+ bugs that would cause any Gtk# app (like MonoDevelop) to crash. Also note that MonoTouch 4.0.4.1 includes a MacOSX Lion fix for activation. – jstedfast Aug 1 '11 at 21:21
Thanks. Looking forward to it. – Andrew Young Aug 1 '11 at 21:49
feedback

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