Open omerts opened 4 months ago
I have the same issue but it is due to the LocationAlways and LocationAlwaysWhenInUse don't have the podspec file inside it.
The last version that has the podspec are 3.10.1 and I was able to run pod install. Apple is kicking my app back to me due to deprecated code using the CLLocationManager authorizationStatus. I believe now authorizationStatus is part of the CLLocationManager now. So should add something similar to the following
let manager = CLLocationManager()
manager.authorizationStatus
Not entirely sure yet if that is the fix but that is what I am currently seeing from the crash report that Apple sent to me.
Before submitting a new issue
Bug summary
Hello,
In Crashlytics, we are seeing the following crash when app is in the background:
Podfile config:
Library version
4.1.5
Environment info
Steps to reproduce
Taken from Crashlytics, so not clear reproduction steps.
Reproducible sample code
Ask for permissions using this code: