We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi, i'm using onLocationChange method like this :
func locationManager(manager: CLLocationManager, didUpdateToLocation newLocation: CLLocation, fromLocation oldLocation: CLLocation) { SCLFlicManager.sharedManager()?.onLocationChange() }
I'm getting this crash many time from my users :
Crashed: com.apple.root.user-initiated-qos 0 libobjc.A.dylib 0x18cbed704 objc_object::release() + 8 1 fliclib 0x101398800 __46-[BCBCentralManager monitorPendingConnections]_block_invoke + 216 2 libdispatch.dylib 0x18d0251c0 _dispatch_client_callout + 16 3 libdispatch.dylib 0x18d032008 _dispatch_continuation_pop + 576 4 libdispatch.dylib 0x18d03e648 _dispatch_source_latch_and_call + 204 5 libdispatch.dylib 0x18d027164 _dispatch_source_invoke + 820 6 libdispatch.dylib 0x18d03538c _dispatch_root_queue_drain + 572 7 libdispatch.dylib 0x18d0350ec _dispatch_worker_thread3 + 124 8 libsystem_pthread.dylib 0x18d22d2c8 _pthread_wqthread + 1288 9 libsystem_pthread.dylib 0x18d22cdb4 start_wqthread + 4
Any idea ?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi, i'm using onLocationChange method like this :
I'm getting this crash many time from my users :
Any idea ?
The text was updated successfully, but these errors were encountered: