Friends! Help with advice - I just can not get it - in xcode 5, the applications I assemble will go on devices that have ios 6 or ios 5?
1 answer
Specify the desired iOS Deployment target in the project properties. Accordingly, the smaller the value, the older devices will be supported.
Threat Simulator run the appropriate - works?
- OK thanks! in build setting in the deployment section? - pupkinn
- 2Project -> Info -> Deployment Target -> 5.0 - Stanislav Pankevich
- Ok thanks for the prompt help! - pupkinn
- Good luck in mastering! - Stanislav Pankevich
|