Reputation: 1469
I'm testing with the Simulator and receive this error message. How do I select an appropriate (simulator) device?
Upvotes: 1
Views: 2066
Reputation: 426
At the top left of the Xcode window you have a combobox containing all your targets. Select the iOS one, and then the appropriate Simulator. You should check that your iOS target has a 'Deployment Target' equal or lower than the Simulator version.
You can manage your Targets clicking at your project in the project navigator (left panel). After selecting the target, the 'Deployment Target' is under the 'Summary' and 'Build Options' tabs.
Hope it helps.
Upvotes: 1