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