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?
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?
Set the Valid Architecture in Build Settings. And then set the deployment target what you want.
go in Build Setting and search iOS Deployment Target
Here you can change the target of the app
You can type 6.1 into the Deployment Target text box.
Check this answer, the dudes offered some good solutions.