I want to run my app on a real device in developer mode. I cannot pick it from the devices dropdown, there's "OS version lower than deployment target" there. How do I change the deployment target in xcode?
How to set the minimum OS version for an ios project?
- Open the project editor by selecting the project file from the left side of the project window.
- Select the app target from the target list on the left side of the project editor.
- Click the General button at the top of the project editor.
- Go to the Minimum Deployments section to set the deployment target.