Immo Des
Immo Des

Reputation: 81

Moving XCode location Breaks Monotouch compiling via MonoDevelop

Having a similar problem as that described in MonoTouch and Xcode 4.3 from the App Store. I moved XCode to a different location and am getting:

The Apple iPhone SDK is not installed.

I've attempted to point MonoDevelop to the new location via "MonoDevelop -> Preferences -> SDK Locations -> Apple SDK", and while the GUI shows success when I browse to XCode.app, the new path isn't saved and I continue to receive errors.

I also tried to move it back to "/Applications/" but again, the setting doesn't take in MonoDevelop although the GUI shows that it successfully found the Apple SDK in the default location.

Note, I am running MonoDevelop version 2.8.8.4 at the moment.

Any suggestions? Should I downgrade to 2.8.6.5 Beta as suggested in MonoTouch and Xcode 4.3 from the App Store?

Upvotes: 2

Views: 460

Answers (1)

Immo Des
Immo Des

Reputation: 81

Answering for the benefit of other users who experience the same issue. @poupou's suggestion above (a comment to my original question) was what worked for me. Simply "Make sure you restart MonoDevelop after changing it's SDK Location."

Upvotes: 4

Related Questions