-
Notifications
You must be signed in to change notification settings - Fork 958
Unable to integrate SDKs into React Native 0.61.5 - Undefined symbols for architecture x86_64 #816
Comments
Let me try to reproduce it. I will try making a new app and integrate it with the instructions mentioned in our docs. If you have particular repro steps, do let me know. |
Nothing specific added, just the init call and the |
I did the following additional steps which is not listed in that doc which made the RN integration work. Rather than adding empty swift file I added the following
I will update the docs with this information. These are some of the steps which are written in objc integration too. Having said that, I was not able to repro the errors which you have posted above. |
Tried this but doesn't quite work unfortunately. I will await the next version of Flipper or RN, might be related to something within our current setup of these two. |
Summary: Updated documentation for RN. This fixes the documentation issue posted here #816 Reviewed By: mweststrate Differential Revision: D20007620 fbshipit-source-id: 118e62450ad0c99346277d5205d637b7ecbae5c6
Having the same (similar?) issue when updating my React Native 0.61.5 project to 0.62:
I've set |
I was able to get it working by following react-native-community/upgrade-helper#191. The thing that fixed it for me was adding a empty swift file to the project through Xcode which created some kind of bridging header. |
Closing this issue as it is solved in recent versions of 0.62 |
Build succeeds but app crashes after a while! |
I'm also getting this issue, has anyone found a solution? |
How to do the first step |
🐛 Bug Report
We have a standard React Native 0.61.5. When we try to integrate Flipper into the iOS part of the app with the guide provided here - https://fbflipper.com/docs/getting-started.html#setup-your-react-native-app we get the following error:
We use the Objective-C integration in AppDelegate.m.
Any idea why that would be happening?
Environment
The text was updated successfully, but these errors were encountered: