xcode - Firebase configuration fails - Swift -
in application i'm using firebase , in appdelegate setup:
// ### initialize firebase firapp.configure()
now unit tests on related target , when launch errors:
2017-04-14 14:53:22.351 myproject[28753] <error> [firebase/core][i-cor000004] app name __firapp_default not exist. 2017-04-14 14:53:22.354 myproject[28753] <error> [firebase/messaging][i-iid001000] firebase not set correctly. sender id nil or empty. 2017-04-14 14:53:22.356 myproject[28753] <notice> [firebase/analytics][i-acs023007] firebase analytics v.3800000 started 2017-04-14 14:53:22.356 myproject[28753] <notice> [firebase/analytics][i-acs023008] enable debug logging set following application argument: -firanalyticsdebugenabled 2017-04-14 14:53:22.381 myproject[28753:712475] *** terminating app due uncaught exception 'com.firebase.instanceid', reason: 'could not configure firebase instanceid. google sender id must not nil or empty.'
versions:
firebase/core (3.16.0) firebase/messagging (3.16.0)
any advice?
i noticed it's started happening me , travis builds failing firebase 3.16. downgraded 3.7.1 version had on project , it's working again.
i haven't had time more it's quick fix. may firebase bug or might have changed , setup different now.
edit: apparently rolling 3.15 works enough.
Comments
Post a Comment