App Delegate crashes because of Firebase initialization

前端 未结 9 1156
时光取名叫无心
时光取名叫无心 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:13

    We had the exact same error and solved by removing

    pod 'Google/Analytics'
    

    from Podfile.

    In our case, we had been using GA and switch to Firebase + TagManager Solution, but just forgot to remove 'Google/Analytics' from Podfile. (Even we remove 'Google/Analytics', TagManager installs GoogleAnalytics for dependencies but errors are gone. Curious but it works...)

提交回复
热议问题