Evernote / evernote-sdk-ios

Evernote SDK for iOS
Other
398 stars 130 forks source link

Crash in [EvernoteSession userStore] #94

Open constantine-fry opened 10 years ago

constantine-fry commented 10 years ago
   0   libobjc.A.dylib                      0x3962e66a objc_release + 10
   1   AppName                              0x000ad4d5 -[EvernoteSession userStore] (EvernoteSession.m:249)
   2   AppName                              0x0010fea3 -[ENAPI userStore] (ENAPI.m:82)
   3   AppName                              0x00116b05 __64-[EvernoteUserStore getBootstrapInfoWithLocale:success:failure:]_block_invoke (EvernoteUserStore.m:67)
   4   AppName                              0x00110af3 __44-[ENAPI invokeAsyncIdBlock:success:failure:]_block_invoke (ENAPI.m:191)
Dids commented 10 years ago

Having the same exact issue and only on the first launch for a fresh install. After the fresh install, I'm getting a crash with every single note/notebook. EDIT: Also, the user store problem is actually an exception (I'm breaking on all exceptions).