altool error reported while uploading app bundle to testflight which is blocking the upload.
ERROR: [ContentDelivery.Uploader] Asset validation failed (90970) Missing Info.plist key. The App’s Info.plist file is missing the CFBundleIcons.CFBundlePrimaryIcon key for the visionOS App Icon. Add the key with the icon name as the value.
In the Unity Editor under “Project Settings → Player → VisionOS → Icon” the Icon dropdown cannot be expanded as it can for other platforms, so the app icon cannot be set there.
While attempting to upload an app bundle to TestFlight, an altool error is preventing the process due to a missing Info.plist key. The error states: “Asset validation failed (90970) Missing Info.plist key. The App’s Info.plist file is missing the CFBundleIcons.CFBundlePrimaryIcon key for the visionOS App Icon.” This indicates that the required app icon for visionOS has not been defined. In the Unity Editor (2022.3.9f1), under Project Settings → Player → VisionOS → Icon, the dropdown to set the app icon is not functional, unlike for other platforms. The issue persists with Xcode 15.0-beta8 and PolySpatial VisionOS 0.3.3, making it impossible to specify the app icon and proceed with the upload.