Carpetfizz
Carpetfizz

Reputation: 9149

Code for iOS 5.1 on Xcode 5?

I only have an iOS5.1 device to test my code on. Is it possible for me to run an app written in Xcode 5 on an iOS5.1 device? I'm a registered developer, I have a provisioning profile set up and everything. Any help would be much appreciated!

Thanks!

Upvotes: 0

Views: 109

Answers (1)

Toseef Khilji
Toseef Khilji

Reputation: 17409

Yes you can, set deployment target to 5.1.

Edit: you have to remove arm64 from Architectures in "Build Settings."

Upvotes: 1

Related Questions