Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Upload app using old version of Xcode. Will the app be available on iOS 10 devices?

Tags:

xcode

ios

swift

I don't want to update to Xcode 8 after hearing that people got problems withcocoa pods. I know that I have to eventually, but what I wonder is if I can upload an app to the App store using Xcode 7 and Swift 2.3 and still have it available for iOS 10 users?

like image 552
Markus Johansson Avatar asked Mar 11 '23 02:03

Markus Johansson


1 Answers

Fortunately Yes

It will be applicable for all devices. Because you set Minimum Target, Not maximum.

So it will be run above the version, you set as target.

like image 87
iDeveloper Avatar answered Mar 13 '23 14:03

iDeveloper