I’m testing with the Simulator and receive this error message. How do I select an appropriate (simulator) device?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
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.