1

When ready to present an app to put on the appStore; is there a minimum version of Xcode required? Or any version however old is good?

Thanks

Michel
  • 10,303
  • 17
  • 82
  • 179

2 Answers2

0

According to Apple,

  • You should always use the latest Xcode (requires Apple ID to login)

Note: You can build with the very latest SDK, and run your app on an earlier operating system. The Deployment Target build setting controls the lowest operating system version that your app will run on. This setting is independent of the Base SDK build setting.

Using any other SDK is TEMPORARY

  • It's important to understand that using an older SDK is a temporary workaround, not a solution. Issues preventing your app from using the latest SDK should be fixed as soon as possible. It will be much easier to fix these issues while the older build system is still supported.

Latest & Easiest way

Application Loader

Community
  • 1
  • 1
iYoung
  • 3,596
  • 3
  • 32
  • 59
0

You need to have some minimum version of the XCode, but no need to have the very latest one...

And for easy steps & guidelines to submit app in to appstore please check out the following url

Easy Steps for App Store Submission & Certificates creation - By iOSCodeGUIDE

iOS dev
  • 2,254
  • 6
  • 33
  • 56