skip to Main Content

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

2

Answers


  1. Chosen as BEST ANSWER

    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.


  2. I ran into a similar thing, briefly, with Xcode 15.4, ITMS-90512. It was an App Store Connect or app processing issue. It has cleared for me now, using Xcode 15.4. And after I opened a Feedback, I eventually received an email from DTS that the issue had been resolved.

    I suggest you file a Feedback (http://feedbackassistant.apple.com). Also do a complete nuke-derived-data build and archive, and try again.

    DTS is not currently accepting new tickets/requests. They’re instead routing everything to Apple Dev Forums for another week or two. So perhaps raise the issue on the Apple Dev Forums.

    Login or Signup to reply.
Please signup or login to give your own answer.
Back To Top
Search