12.3 C
London
Thursday, April 4, 2024

ios – Getting a number of errors whereas importing unity undertaking to check flight


I’m importing one unity 3d iOS app to testflight. I get following errors.

Asset validation failed
This bundle is invalid. Functions constructed for multiple structure require an iOS Deployment Goal of three.0 or later. (ID: 2997e142-4e7e-4a2f-b49e-eb3afe6255f2)

Asset validation failed
Lacking Data.plist worth. A price for the important thing ‘MinimumOSVersion’ in bundle SpatialAnchors.app/Frameworks/CoarseReloc.framework is required. (ID: da6410fb-06b8-43d9-9b5f-f5814c4da433)

Asset validation failed
The bundle ‘Payload/SpatialAnchors.app/Frameworks/CoarseReloc.framework’ is lacking plist key. The Data.plist file is lacking the required key: CFBundleShortVersionString. Please discover extra details about CFBundleShortVersionString at https://developer.apple.com/documentation/bundleresources/information_property_list/cfbundleshortversionstring (ID: 8bb4b170-569c-4691-bea5-f2b9efa869c8)

Asset validation failed
This bundle Payload/SpatialAnchors.app/Frameworks/CoarseReloc.framework is invalid. The Data.plist file is lacking the required key: CFBundleVersion. Please discover extra details about CFBundleVersion at https://developer.apple.com/documentation/bundleresources/information_property_list/cfbundleversion (ID: 43f4856d-c71e-47a4-b2bb-64407e4e5fbc)

Asset validation failed
Invalid Bundle. The bundle SpatialAnchors.app/Frameworks/CoarseReloc.framework doesn’t assist the minimal OS Model specified within the Data.plist. (ID: 197a6660-79a3-4e14-aee9-f6587ce82fa3)

I’ve added talked about all of the keys within the plist and set the minium deploymen goal to 12. What could possibly be the problem right here?

Following is the plist file

CADisableMinimumFrameDuration

CADisableMinimumFrameDurationOnPhone

CFBundleAllowMixedLocalizations

CFBundleDevelopmentRegion
en
CFBundleDisplayName
SpatialAnchors
CFBundleExecutable
${EXECUTABLE_NAME}
CFBundleIdentifier
$(PRODUCT_BUNDLE_IDENTIFIER)
CFBundleInfoDictionaryVersion
6.0
CFBundleName
${PRODUCT_NAME}
CFBundlePackageType
APPL
CFBundleShortVersionString
1.0.0
CFBundleVersion
$(CURRENT_PROJECT_VERSION)
LSRequiresIPhoneOS

NSAppTransportSecurity

NSAllowsArbitraryLoads

NSCameraUsageDescription
Required for augmented actuality assist.
NSLocationWhenInUseUsageDescription
Required for spatial anchors for Augmented actuality guides
UILaunchStoryboardName
LaunchScreen-iPhone
UILaunchStoryboardName~ipad
LaunchScreen-iPad
UILaunchStoryboardName~iphone
LaunchScreen-iPhone
UILaunchStoryboardName~ipod
LaunchScreen-iPhone
UIPrerenderedIcon

UIRequiredDeviceCapabilities

arm64
steel
arkit

UIRequiresFullScreen

UIRequiresPersistentWiFi

UIStatusBarHidden

UIStatusBarStyle
UIStatusBarStyleDefault
UISupportedInterfaceOrientations

UIInterfaceOrientationPortrait
UIInterfaceOrientationPortraitUpsideDown
UIInterfaceOrientationLandscapeRight
UIInterfaceOrientationLandscapeLeft

UIViewControllerBasedStatusBarAppearance

UnityCloudProjectID

UnityCrashSubmissionURL

Unity_LoadingActivityIndicatorStyle
-1

Any assist could be apprecicated.

Latest news
Related news

LEAVE A REPLY

Please enter your comment!
Please enter your name here