React-native-fcm: App crashes after updating AppDelegate.m

Created on 15 Jan 2017  路  2Comments  路  Source: evollu/react-native-fcm

After modifying AppDelegate.m, I get the following error libc++abi.dylib: terminating with uncaught exception of type NSException
for the line return UIApplicationMain(argc, argv, nil, NSStringFromClass([AppDelegate class])); in main.m.

Most helpful comment

Ok this was due to not including the GoogleService-Info.plist in my iOS project.

All 2 comments

Ok this was due to not including the GoogleService-Info.plist in my iOS project.

Thank you for coming back and telling where the issue is. It sure did saved me a lot of time :)

Was this page helpful?
0 / 5 - 0 ratings