Luigi Saggese
Luigi Saggese

Reputation: 5379

iOS Lion - Monotouch and Simulator 4.3

I have the following configuration on Mac OS X 10.7.4:

I'd like to test my app developed in Monotouch, on iOS 4.3, because on iOS 5.0 works fine. To do that i've tried to install simulator 4.3 in Xcode but when i open Monotouch there is just Simulator 5.0.

I read some information on google and obviously, it advised to install SDK 4.3 but there is no version with this SDK for iOS Lion (the only one on Apple developers website is for Snow Leopard).

I would be interested to know how to install the simulator on my computer.

Upvotes: 1

Views: 353

Answers (2)

sevmusic
sevmusic

Reputation: 126

The solution that worked for me was to install it through Xcode.

XCode > Preferences > Downloads

You should see installs available here. Click the Install button to get it.

Upvotes: 0

poupou
poupou

Reputation: 43553

It's a bit hidden but you can still download of Xcode releases from: https://developer.apple.com/downloads/index.action

Downloading Xcode 4.0 should give you the final SDK for iOS 4.3.

You can install 4.2 and 4.3 (.app) side-to-side on Lion (I have them). This should also work for 4.0 and 4.3 since they (like 4.2) ends up in different directories.

Note that you'll need to tell MonoDevelop to switch Apple SDK location (and restart MD).

Upvotes: 1

Related Questions