Skip to content
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 #57

Closed
tomfrew opened this issue Dec 7, 2016 · 1 comment
Closed

Undefined symbols for architecture x86_64 #57

tomfrew opened this issue Dec 7, 2016 · 1 comment

Comments

@tomfrew
Copy link

tomfrew commented Dec 7, 2016

Getting a build failed with error:

Undefined symbols for architecture x86_64: "_OBJC_CLASS_$_RCTEventEmitter", referenced from: _OBJC_CLASS_$_IntercomEventEmitter in libreact-native-intercom.a(IntercomEventEmitter.o) _OBJC_CLASS_$_IntercomEventEmitter in libRNIntercom.a(IntercomEventEmitter.o) "_OBJC_METACLASS_$_RCTEventEmitter", referenced from: _OBJC_METACLASS_$_IntercomEventEmitter in libreact-native-intercom.a(IntercomEventEmitter.o) _OBJC_METACLASS_$_IntercomEventEmitter in libRNIntercom.a(IntercomEventEmitter.o) ld: symbol(s) not found for architecture x86_64 clang: error: linker command failed with exit code 1 (use -v to see invocation)

Framework has been installed via pods and seems to be connected correctly. Any suggestions?

@tomfrew
Copy link
Author

tomfrew commented Dec 8, 2016

This was just an error on my setup. I deleted all files from ~/Library/Developer/XCode/DerivedData and rebuilt the project which fixed this error.

@tomfrew tomfrew closed this as completed Dec 8, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant