phoneid / phoneid_iOS

phone.id iOS SDK
Apache License 2.0
3 stars 0 forks source link

Issue in #7

Open chiarotto opened 8 years ago

chiarotto commented 8 years ago

Hi, using Crashlitycs we got the following issue in production env of the our app using phone id:

Thread : Crashed: com.apple.main-thread

0  libswiftCore.dylib             0xe716f8 _swift_abortRetainUnowned + 27
1  libswiftCore.dylib             0xe716db swift_retainUnowned + 54
2  VectorKit                      0x157837a0 (Missing)
3  phoneid_iOS                    0x7c57d4 partial apply for thunk (PhoneIdRefreshMonitor.swift)
4  phoneid_iOS                    0x7e4c20 Reachability.(reachabilityChanged in _418849E006F86FE519A457BB04CE9C92)(SCNetworkReachabilityFlags) -> () (Reachability.swift:236)
5  phoneid_iOS                    0x7e6400 Reachability.(timerFired(Reachability) -> () -> ()).(closure #1) (Reachability.swift:222)
6  libdispatch.dylib              0x20bc5823 _dispatch_call_block_and_release + 10
7  libdispatch.dylib              0x20bc580f _dispatch_client_callout + 22
8  libdispatch.dylib              0x20bd3ba9 _dispatch_main_queue_callback_4CF$VARIANT$mp + 1524
9  CoreFoundation                 0x21019bdd __CFRUNLOOP_IS_SERVICING_THE_MAIN_DISPATCH_QUEUE__ + 8
10 CoreFoundation                 0x210180d7 __CFRunLoopRun + 1574
11 CoreFoundation                 0x20f672e9 CFRunLoopRunSpecific + 520
12 CoreFoundation                 0x20f670d5 CFRunLoopRunInMode + 108
13 GraphicsServices               0x22557ac9 GSEventRunModal + 160
14 UIKit                          0x2562c0b9 UIApplicationMain + 144
15 CatapushDemo                   0xcf18b main (main.m:16)
16 libdispatch.dylib              0x20c0f873 (Missing)

I hope the stacktrace above gives you enough information to understand the issue. Thanks

Alessandro