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
StackTraces:
Thread 0 Crashed: 0 libsystem_kernel.dylib 0x00000001eff982ec __pthread_kill + 8 (:-1) 1 libsystem_pthread.dylib 0x0000000203d8bc0c pthread_kill + 268 (pthread.c:1721) 2 libsystem_c.dylib 0x00000001af297c34 __abort + 136 (abort.c:159) 3 libsystem_c.dylib 0x00000001af297bac abort + 192 (abort.c:126) 4 libswiftCore.dylib 0x00000001a5f82690 swift::fatalErrorv(unsigned int, char const*, char*) + 136 (Errors.cpp:387) 5 libswiftCore.dylib 0x00000001a5f826b0 swift::fatalError(unsigned int, char const*, ...) + 32 (Errors.cpp:395) 6 libswiftCore.dylib 0x00000001a5f82884 swift::swift_abortRetainUnowned(void const*) + 48 (Errors.cpp:460) 7 libswiftCore.dylib 0x00000001a5f870cc swift_unownedRetainStrong + 140 (HeapObject.cpp:769) 8 PROJECT 0x00000001030847c0 DefaultLocationManagerDelegate.locationProvider.getter + 20 (DefaultLocationProvider.swift:126) 9 PROJECT 0x00000001030847c0 DefaultLocationManagerDelegate.locationManager(:didChangeAuthorization:) + 20 (:0) 10 PROJECT 0x00000001030847c0 @objc DefaultLocationManagerDelegate.locationManager(:didChangeAuthorization:) + 44 11 CoreLocation 0x00000001b44f3f38 -[CLLocationManager onClientEventAuthStatus:] + 1296 (CLLocationManager.m:2947) 12 CoreLocation 0x00000001b44ed728 -[CLLocationManager onClientEvent:supportInfo:] + 496 (CLLocationManager.m:2775) 13 CoreLocation 0x00000001b44ed460 invocation function for block in CLClientInvokeCallback(__CLClient*, CLClientEvent, objc_object*) + 192 (CLClient.mm:756) 14 LocationSupport 0x00000001c69fdd54 -[CLSilo prepareAndRunBlock:] + 196 (CLSilo.m:225) 15 CoreFoundation 0x00000001a731ac9c CFRUNLOOP_IS_CALLING_OUT_TO_A_BLOCK + 28 (CFRunLoop.c:1805) 16 CoreFoundation 0x00000001a7308dec __CFRunLoopDoBlocks + 356 (CFRunLoop.c:1847) 17 CoreFoundation 0x00000001a7308ad0 __CFRunLoopRun + 2440 (CFRunLoop.c:3203) 18 CoreFoundation 0x00000001a7307cd8 CFRunLoopRunSpecific + 608 (CFRunLoop.c:3420) 19 GraphicsServices 0x00000001ebd551a8 GSEventRunModal + 164 (GSEvent.c:2196) 20 UIKitCore 0x00000001a9941ae8 -[UIApplication run] + 888 (UIApplication.m:3713) 21 UIKitCore 0x00000001a99f5d98 UIApplicationMain + 340 (UIApplication.m:5303) 22 UIKitCore 0x00000001a9b6f504 UIApplicationMain(:::_:) + 104 (UIKit.swift:539) 23 PROJECT 0x0000000102944608 specialized static UIApplicationDelegate.main() + 28 (:22) 24 PROJECT 0x0000000102944608 static AppDelegate.$main() + 28 (AppDelegate.swift:0) 25 PROJECT 0x0000000102944608 main + 120 26 dyld 0x00000001caadf154 start + 2356 (dyldMain.cpp:1298)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Environment
StackTraces:
Thread 0 Crashed:
0 libsystem_kernel.dylib 0x00000001eff982ec __pthread_kill + 8 (:-1)
1 libsystem_pthread.dylib 0x0000000203d8bc0c pthread_kill + 268 (pthread.c:1721)
2 libsystem_c.dylib 0x00000001af297c34 __abort + 136 (abort.c:159)
3 libsystem_c.dylib 0x00000001af297bac abort + 192 (abort.c:126)
4 libswiftCore.dylib 0x00000001a5f82690 swift::fatalErrorv(unsigned int, char const*, char*) + 136 (Errors.cpp:387)
5 libswiftCore.dylib 0x00000001a5f826b0 swift::fatalError(unsigned int, char const*, ...) + 32 (Errors.cpp:395)
6 libswiftCore.dylib 0x00000001a5f82884 swift::swift_abortRetainUnowned(void const*) + 48 (Errors.cpp:460)
7 libswiftCore.dylib 0x00000001a5f870cc swift_unownedRetainStrong + 140 (HeapObject.cpp:769)
8 PROJECT 0x00000001030847c0 DefaultLocationManagerDelegate.locationProvider.getter + 20 (DefaultLocationProvider.swift:126)
9 PROJECT 0x00000001030847c0 DefaultLocationManagerDelegate.locationManager(:didChangeAuthorization:) + 20 (:0)
10 PROJECT 0x00000001030847c0 @objc DefaultLocationManagerDelegate.locationManager(:didChangeAuthorization:) + 44
11 CoreLocation 0x00000001b44f3f38 -[CLLocationManager onClientEventAuthStatus:] + 1296 (CLLocationManager.m:2947)
12 CoreLocation 0x00000001b44ed728 -[CLLocationManager onClientEvent:supportInfo:] + 496 (CLLocationManager.m:2775)
13 CoreLocation 0x00000001b44ed460 invocation function for block in CLClientInvokeCallback(__CLClient*, CLClientEvent, objc_object*) + 192 (CLClient.mm:756)
14 LocationSupport 0x00000001c69fdd54 -[CLSilo prepareAndRunBlock:] + 196 (CLSilo.m:225)
15 CoreFoundation 0x00000001a731ac9c CFRUNLOOP_IS_CALLING_OUT_TO_A_BLOCK + 28 (CFRunLoop.c:1805)
16 CoreFoundation 0x00000001a7308dec __CFRunLoopDoBlocks + 356 (CFRunLoop.c:1847)
17 CoreFoundation 0x00000001a7308ad0 __CFRunLoopRun + 2440 (CFRunLoop.c:3203)
18 CoreFoundation 0x00000001a7307cd8 CFRunLoopRunSpecific + 608 (CFRunLoop.c:3420)
19 GraphicsServices 0x00000001ebd551a8 GSEventRunModal + 164 (GSEvent.c:2196)
20 UIKitCore 0x00000001a9941ae8 -[UIApplication run] + 888 (UIApplication.m:3713)
21 UIKitCore 0x00000001a99f5d98 UIApplicationMain + 340 (UIApplication.m:5303)
22 UIKitCore 0x00000001a9b6f504 UIApplicationMain(:::_:) + 104 (UIKit.swift:539)
23 PROJECT 0x0000000102944608 specialized static UIApplicationDelegate.main() + 28 (:22)
24 PROJECT 0x0000000102944608 static AppDelegate.$main() + 28 (AppDelegate.swift:0)
25 PROJECT 0x0000000102944608 main + 120
26 dyld 0x00000001caadf154 start + 2356 (dyldMain.cpp:1298)
The text was updated successfully, but these errors were encountered: