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?

  • one
    Yes, they will. What exactly you can not? - Stanislav Pankevich
  • Everything turns out while I collect the application on xcode 4.6.3 Now I downloaded xcode 5 and reviewing it - I asked myself this question) - pupkinn

1 answer 1

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
  • 2
    Project -> Info -> Deployment Target -> 5.0 - Stanislav Pankevich
  • Ok thanks for the prompt help! - pupkinn
  • Good luck in mastering! - Stanislav Pankevich