-2

I had upgrade my Xcode 4.6 to 5. so after that i started working on new application which the deployment target is 7.0. I want to run this application in 6.1 also. But there is no option available in deployment target.

What can I do?

Marius Bancila
  • 16,053
  • 9
  • 49
  • 91
Daxesh Nagar
  • 1,405
  • 14
  • 22

3 Answers3

1

Set the Valid Architecture in Build Settings. And then set the deployment target what you want. enter image description here

Vinay Jain
  • 2,644
  • 3
  • 26
  • 44
  • 2
    Because 64 bit architecture support was introduced in iOS7 only. So if you want to support iOS 6 you need to change this to armv7 and armv7s. – Vinay Jain Nov 28 '13 at 10:49
0

go in Build Setting and search iOS Deployment Target

Here you can change the target of the app

Ilario
  • 5,979
  • 2
  • 32
  • 46
0

You can type 6.1 into the Deployment Target text box.

Check this answer, the dudes offered some good solutions.

Community
  • 1
  • 1
Tarek Hallak
  • 18,422
  • 7
  • 59
  • 68