Hi! Is it possible to create a simple application for the latest iOS (18.6) on Xcode 12.4? And publish the app in App Store?
Is it possible to create a simple application for the latest iOS (18.6) on Xcode 12.4?
Recommended
No.
The issue here is that last bit, publishing it to the App Store. App Store regularly updates its requirements as to what version of Xcode you can use to build App Store apps. You can view those in Developer > News > Upcoming Requirements. The latest requirements are from Apr 2025, which state that your app must be built with Xcode 16 or later.
Share and Enjoy
—
Quinn “The Eskimo!” @ Developer Technical Support @ Apple
let myEmail = "eskimo" + "1" + "@" + "apple.com"
Thanks!