-
Notifications
You must be signed in to change notification settings - Fork 2.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Undefined symbols for architecture x86_64 #1082
Comments
@ravivaishnav123 did you follow the instructions for setting up Messaging as well as Notifications? |
@chrisbianca I'm getting this same issue. I have followed the setup instructions for messaging and notifications in the links below. https://rnfirebase.io/docs/v4.2.x/notifications/ios |
Generally this happens when your XCode workspace is out of sync with the pod files. Please follow the steps here to attempt to resolve your issues: https://rnfirebase.io/docs/v4.2.x/troubleshooting/ios#Duplicate-Symbols-/-Undefined-Symbols-(build-time-error) If this does not fix the problem, please feel free to re-open |
Having slightly similar issue. @chrisbianca suggested solution did not help unfortunately. |
If you've imported the |
Help me this for this issue. I have implemented whole process according to process.
when import this
#import "RNFirebaseNotifications.h"
I got a isuue.
Issue
Undefined symbols for architecture x86_64:
"OBJC_CLASS$_RNFirebaseMessaging", referenced from:
objc-class-ref in AppDelegate.o
"OBJC_CLASS$_RNFirebaseNotifications", referenced from:
objc-class-ref in AppDelegate.o
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
Environment
The text was updated successfully, but these errors were encountered: