question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

[ERROR] "_FCMNotificationReceived", referenced from:

See original GitHub issue

When i run react-native run-ios,occured as follow

  "_FCMNotificationReceived", referenced from:  
-[AppDelegate application:didReceiveRemoteNotification:fetchCompletionHandler:] in AppDelegate.o
   -[AppDelegate application:didReceiveRemoteNotification:fetchCompletionHandler:] in AppDelegate.o

any one who suffered the same things?

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Comments:26 (6 by maintainers)

github_iconTop GitHub Comments

5reactions
MagnusEngdalcommented, Sep 23, 2016

I ran react-native link react-native-fcm again, followed by a clean build, and now it works! Apparently some links had been lost in all the updates. Android was correctly linked still, but not IOS.

Thanks!

2reactions
blumanskicommented, Jun 25, 2017

To fix it, I had to update the pod file like below.

  pod 'Firebase', '~> 4.0.2'
  pod 'Firebase/Core', '~> 4.0.2'
  pod 'Firebase/Messaging', '~> 4.0.2'
Read more comments on GitHub >

github_iconTop Results From Across the Web

Use of undeclared identifier 'FCMNotificationReceived' #52
I get the following error: Use of undeclared identifier 'FCMNotificationReceived'. Any idea why? Pretty sure I added all the files the right way....
Read more >
ios - FCM notification received but data part is not received
I am using firebase push notification service to send notification to ios device. We are sending from server "data" and "notification" both ...
Read more >
react-native-fcm-tr - npm
I've created an example project using react-native-firebase as a migration reference. react-native-fcm will still take PRs and bug fixes, ...
Read more >
FCM PROCEDURES OF THE CLEARING HOUSE LCH LIMITED
The Clearing House accepts no liability for any error within or corruption of any data sent by an FCM Trading Venue to the...
Read more >
Understanding message delivery | Firebase Cloud ... - Google
Aggregated Android SDK delivery metrics from the Firebase Cloud Messaging Data API; Comprehensive data export to Google BigQuery. Note: the tools in this...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found