what is highest version of osx I can develop on to target ios 5

I have a need to develop to target ios 5.

What is the highest version of osx and xcode I can go to to develop with target of ios5?

Answered by OOPer in 251298022

According to the wikipedia "Xcode", Xcode 6.4 is the latest version where minimum Deployment Target is iOS 4.3 or iOS 5.1.1.

en.wikipedia.org/wiki/Xcode

And currently you can submit apps with Xcode 6.x. (Though I'm not sure if you need it.)

You use ObjC, not Swift ?


XCode 4.6 should support IOS5 (not on AppStore of course)


But you may run in problems which are described here :

h ttps://www.raywenderlich.com/42591/supporting-multiple-ios-versions-and-devices

Accepted Answer

According to the wikipedia "Xcode", Xcode 6.4 is the latest version where minimum Deployment Target is iOS 4.3 or iOS 5.1.1.

en.wikipedia.org/wiki/Xcode

And currently you can submit apps with Xcode 6.x. (Though I'm not sure if you need it.)

Have to ask why you want to support iOS 5....? So old now...

what is highest version of osx I can develop on to target ios 5
 
 
Q