App Delegate crashes because of Firebase initialization

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

    If it was not the location of your googleservice-info.plist file. Check your IS_ANALYTICS_ENABLED in the google plist. Maybe try changing it to the opposite of what it currently is. Also, you can add this launch option to get more debug info. Maybe it will help. Product -> Scheme -> Edit Scheme -> Arguments passed on launch:

    -FIRAnalyticsDebugEnabled 
    

提交回复
热议问题