Search code examples
xcodesdkvisionos

Xcode - ITMS-90111: Unsupported SDK or Xcode version


When I try to upload an app to the AppStore, I receive following feedback: enter image description here

I had Xcode 16 with visionOS installed. Because of the feedback, I switched back to Xcode 15.3 with visionOs 1.0. I archived it again and tried to upload the app again. But I still receive the same feedback. Did the same with Xcode 15.4 and visionOs 1.2.

enter image description here

I also tried App Store refuses my update after installing Xcode 11 beta with keeping Xcode 10.2, but it seems that there is no such property for visionOS in the info.plist I do not have any further ideas...

When I open the build in TestFlight, it also shows that the SDK is of visionOs 1.2. Xcode 15.4 is also fine. And it says that the binary file was checked. In the distribution error, it shows that it is a binary file error. enter image description here

My macOS version: 15.0


Solution

  • This problem was caused by macOS 15.0, which I already installed. It did not matter, which xCode version I used. So I organized a cloud access to a Mac (with macOS Sonoma and xCode 15.4) (https://www.macincloud.com), cloned the project from GitHub and archived and sent it to Apple Store connect again. Now, was able to send it to Apple to check it.