I am trying to build my app for iOS, and even though they do work, I am getting mails from Apple claiming the following warning:
Although delivery was successful, you may want to correct the following issues in your next delivery. Once you've corrected the issues, upload a new binary to App Store Connect.
**ITMS-90725: SDK version issue** - This app was built with the iOS 17.5 SDK. Starting April 24, 2025, all iOS and iPadOS apps must be built with the iOS 18 SDK or later, included in Xcode 16 or later, in order to be uploaded to App Store Connect or submitted for distribution.
Checking the build logs, I noticed that the build process is using Xcode 15.4, which explains why the SDK version is stuck at 17.5.
Could you confirm if Voltbuilder currently uses Xcode 15.4? If so, is there any planned update to Xcode 16.2 or later to support iOS SDK 18 before Apple’s deadline?
Thanks in advance!