Reputation: 90
I have been trying to test my app developed for iOS 5.1 on iOS 4.3 simulator but somehow it is complaining that the framework files are missing for iOS 4.3. I have installed the iPhone 4.3 simulator through the organizer but to no avail. I have also tried other options of setting UIKit framework as optional but that did not work.
Do I need to reinstall previous version of SDK to test this or is there some simple solution?
Upvotes: 1
Views: 278
Reputation: 22193
In Xcode, open the Simulator menu. There's a menu item named "More Simulators"
Choosing that menu item opens another window where you'll be able to choose to download and install additional Xcode content.
Upvotes: 1