SAGARSURI / Goals

An app which shows how to integrate Firestore with the famous BLoC pattern in Flutter

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

First throw call stack:

hrsma2i opened this issue · comments

Thank you for your nice tutorial!

I ran into iOS crash during start and got the following logs.

I tried the things mentioned in this issue but it hasn't worked yet.

How can I make it works?

Logs

*** First throw call stack:
(
	0   CoreFoundation                      0x00007fff23baa1ee __exceptionPreprocess + 350
	1   libobjc.A.dylib                     0x00007fff50864b20 objc_exception_throw + 48
	2   Runner                              0x000000010254acc2 +[FIRAnalytics logEventWithName:parameters:] + 0
	3   libobjc.A.dylib                     0x00007fff50865103 CALLING_SOME_+initialize_METHOD + 17
	4   libobjc.A.dylib                     0x00007fff50865ee9 initializeNonMetaClass + 624
	5   libobjc.A.dylib                     0x00007fff508664ba _ZL24initializeAndMaybeRelockP10objc_classP11objc_objectR8mutex_ttILb0EEb + 157
	6   libobjc.A.dylib                     0x00007fff50870973 lookUpImpOrForward + 595
	7   libobjc.A.dylib                     0x00007fff50861219 _objc_msgSend_unc<…>

I will update to the latest version of Firestore SDK. That might fix the issue.