Andrew
Andrew

Reputation: 13

Xcode App crashing error "terminating with uncaught exception of type NSException"

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

Answers (1)

Jen Person
Jen Person

Reputation: 7556

If you already have a GoogleServices-Info.plist file visible in your project, then make sure it's selected as a target. Xcode

Upvotes: 3

Related Questions