Post

Replies

Boosts

Views

Activity

Reply to Error [MKCoreLocationProvider] CLLocationManager(<CLLocationManager: 0x6000003b86d0>) for <MKCoreLocationProvider: 0x6000033b05a0> did fail with error: Error Domain=kCLErrorDomain Code=1 "(null)"
Code=1 corresponds to the CLError.Code.denied error. You should probably handle again the location authorization by using func locationManager(_ manager: CLLocationManager, didChangeAuthorization status: CLAuthorizationStatus) { // here you call the function that manages the location rights at the app launch }
Feb ’22
Reply to Error [MKCoreLocationProvider] CLLocationManager(<CLLocationManager: 0x6000003b86d0>) for <MKCoreLocationProvider: 0x6000033b05a0> did fail with error: Error Domain=kCLErrorDomain Code=1 "(null)"
Code=1 corresponds to the CLError.Code.denied error. You should probably handle again the location authorization by using func locationManager(_ manager: CLLocationManager, didChangeAuthorization status: CLAuthorizationStatus) { // here you call the function that manages the location rights at the app launch }
Replies
Boosts
Views
Activity
Feb ’22
Reply to ITMS-90118: Invalid routing app setting. Why is it every time I submit for App Store it says Invalid Binary?
I had the same issue. For the removal of the .geoJSON file to be taken into account, I had to suppress the build from the submission page disconnect from the AppStore connect reconnect to the AppStore connect re-add the (same) build Then, resubmitting for validation went smooth.
Replies
Boosts
Views
Activity
Jan ’22
Reply to Apple Silicon app builds but cannot launch
I had the same issue, when compiling on My Mac (Designed for iPad). I solved it by changing the bundle identifier to a dummy one, compiling and runing the app, then reverting to the original bundle identifier.
Replies
Boosts
Views
Activity
Dec ’21