visionOS Build Issues

I've been working on a visionOS platform for my existing app. I added the visionOS platform in App Store Connect. In Xcode 15.2, I set the destination to 'Any visionOS Device (Designed for iPad, arm64)'. The App Store Connect visionOS platform does not see the build. It does show up as an iOS build on Test Flight. I don't see anyway to designate the build as a build that the visionOS destination sees. Also, the upload failed when I tried to set the version for the app as 1.0. It went through when I put the version as a number higher than my iOS app version.

Accepted Reply

Go to Xcode build settings and change Base SDK to visionOS.

Replies

Go to Xcode build settings and change Base SDK to visionOS.

Thank you rmahnud28.