Reputation: 13
I'm trying to use Firebase to my app and the app keeps crashing.
If I don't implement FIRApp.configure()
the app runs fine as soon as I use it the app tends to crash.
Is there a way to fix this problem?
Also with this error message
libc++abi.dylib: terminating with uncaught exception of type NSException
Upvotes: 1
Views: 475
Reputation: 7556
If you already have a GoogleServices-Info.plist file visible in your project, then make sure it's selected as a target.
Upvotes: 3