Is it safe to upgrade to OS X Lion for monotouch developers? [closed]
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 11 years ago.
Improve this questionI want to upgrade to OS X Lion but I'm afraid it will mess u开发者_StackOverflowp my development environment for monotouch. Will upgrading be fairly painless?
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.
精彩评论