Same here :(
We don't actually made any changes on code, but get this message for all our apps after uploading Apps with Xcode 14.2 to AppStore.
We have NSLocationWhenInUseUsageDescription in our Info.plist and use CoreLocation by "locationManager.requestWhenInUseAuthorization()".
We don't have "Background Mode" with Location Update active and don't use CoreLocation in the background at all. So why we should add additional NSLocationAlwaysAndWhenInUseUsageDescription key if we not really have case for this?
Please help!
Post
Replies
Boosts
Views
Activity
Getting same Issue by uploading build with azure pipeline. Xcode 12.4 is currently used, don't have possability at the moment to update to newer (12.5) Xcode version (VM Agent).
.xcarchive don't contains SwiftSupport folder when builing with azure pipeline. Manuelly adding of SwiftSupport with this workaround - https://developer.apple.com/forums/thread/129407?answerId=614264022#614264022 not working - same issue ITMS-90426: Invalid Swift Support with list of libs.
Has anyone Solutions to fix this?