-
Notifications
You must be signed in to change notification settings - Fork 24.3k
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
Creating a new React-Native project does not create a buildable project - FlipperRSocket build errors #31120
Comments
Can you share your full environment info as well as the build errors you see? |
|
Hey,
Next ensure to delete the Podfile.lock and Pods folder.
to install all dependencies and try to run the project again. regards |
OK. I had to replace a line that already existed that started with The iOS app successfully builds and launches from Xcode 12.4. Thank you! It might be a good idea to make sure that the default project setup has the proper version of |
I don't think the long term goal would to be on a fixed version of flipper. I think this is just a temporary incompatibility? Let me know if I'm reading it wrong. Sounds like you're unblocked (yay!), so closing. |
Multiple FlipperRSocket build errors prevent a new React-Native project from building on iOS.
Description
Text files are added to build phases along with other issues in FlipperRSocket.
https://reactnative.dev/docs/upgrading.html
React Native version:
4.14.0
Steps To Reproduce
Expected Results
A successful build.
Results
Multiple build errors and missing files in the build with the Flipper pod.
Open MyApp.xcworkspace and in the Pods project, locate the Build Phases for the Flipper-RSocket.a Target. Note that within the Compiled Sources, Readme.md is added twice along with other files that should not be compiled.
Even after removing these files, multiple Flipper build errors are present.
The text was updated successfully, but these errors were encountered: