FCM causing Ionic app to have error: libc++abi.dylib: terminating with uncaught exception of type NSException

Hey everyone,

So I was trying to get FCM notifications working on my Ionic 3 app and I had them working once upon a time, but now when I go to install the app on my device, I’m getting this error which I wasn’t getting before:

'com.firebase.core', reason: 'Configuration fails. It may be caused by an invalid GOOGLE_APP_ID in GoogleService-Info.plist or set in the customized options.'

And also this:

libc++abi.dylib: terminating with uncaught exception of type NSException;

I tried removing the platforms/ios directory, deleted all of the plugins and reinstalled them and I’m still running into the issue.

My current version of angular is 4.0.2 and my current version of Ionic is 3.1.1

My .plist file is from March of 2017, so I don’t see why it would be invalid now?

Any thoughts?

1 Like

i got same problem too