I'm encountering an issue when trying to submit a new build of my iOS app to the App Store. The app launches from TestFlight without any problems, but when attempting to submit it for App Review, I get the following error:
"This build is using a beta version of Xcode and can’t be submitted."
However, I'm not using a beta version of Xcode. I've tested this with both the public releases of Xcode 16.3 and 16.2.
The build logs show no issues with the SDK or Platform versions, but in App Store Connect, the metadata is displaying the following:
Build SDK: $(SDK_PRODUCT_BUILD_VERSION) Build Platform: $(PLATFORM_PRODUCT_BUILD_VERSION)
Have anyone else experienced this? Any insights on resolving it? Thanks in advance.