Closed rcwestlake closed 2 years ago
To get this to work, I had to exclude arm64 architecture. See: https://github.com/facebook/react-native/issues/31118. Definitely seems like a workaround.
If this is a good option for you. You can remove the flipper from your Podfile file. Don't forget to re-install all pods again - it will remove Flipper's Pods.
Hey there, it looks like there has been no activity on this issue recently. Has the issue been fixed, or does it still require the community's attention? This issue may be closed if no further activity occurs. You may also label this issue as a "Discussion" or add it to the "Backlog" and I will leave it open. Thank you for your contributions.
This issue was closed because it has been stalled for 7 days with no activity.
Please provide all the information requested. Issues that do not follow this format are likely to stall.
Description
I installed react-native, created a new project using
react-native init
but am unable to get the project to build. I receive these warnings:Definitely seems odd given not being able to build a new project would be a major issue. My suspicious is that it's unique to my setup (new computer).
React Native version:
Steps To Reproduce
Provide a detailed list of steps that reproduce the issue.
react-native
react-native init
run-ios
command or open project in Xcode with the xcworkspace file.Expected Results
I expect the build to run properly. I did not make any modifications to the project.
Snack, code example, screenshot, or link to a repository:
https://github.com/rcwestlake/TestNewRN
This is a screenshot of my DerivedData. Initially the
NewProject.swiftmodule
was not there but I had read that I needed to add aFile.swift
file to the project to trigger something so I created that and then that file showed up.