App Delegate crashes because of Firebase initialization

前端 未结 9 1152
时光取名叫无心
时光取名叫无心 2021-02-02 08:12

I am getting this error that\'s causing the AppDelegate to crash

Terminating app due to uncaught exception \'com.google.greenhouse\', reason: \'Error Doma

9条回答
  •  情话喂你
    2021-02-02 09:08

    The accepted solution was to remove Google Analytics. But you actually can have both Firebase and Google Analytics. The solution I found was to add TRACKING_ID into GoogleService-Info.plist

    for example, add this:

    
        TRACKING_ID
        UA-XXXXXX-X
    

    Hope it helps someone!

提交回复
热议问题