-
Notifications
You must be signed in to change notification settings - Fork 24.5k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Error using LinkingIOS - undefined is not an object #819
Comments
Ok @danielkramer, Just make it work now. You just need to add the This sequence of work did it right for me 😀 |
seems like this should be done automatically when you do |
|
ok! for anyone else who finds this... here is instructions: https://facebook.github.io/react-native/docs/linking-libraries.html |
@rkstar link to this doc has changed, now it is: https://facebook.github.io/react-native/docs/linking-libraries-ios.html) . |
I'm simply trying to open a url:
And getting:
I added RCTLinking.xcodeproj to my project and I'm still getting the same error. Any thoughts? I do notice the libRCTLinking.a file is red in Xcode.. does that mean it's not being built? I did add that .a file to the "Linked Frameworks and Librarys" section of my project.
The text was updated successfully, but these errors were encountered: