-
Notifications
You must be signed in to change notification settings - Fork 52
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
Example app build issues with Flipper on iOS #422
Comments
What is the best way to get this project running again? Even with 0.63.3 the project is failing for me:
|
You may want to try disabling Flipper on iOS, which should give you a faster debug build as well. Here are the steps:
then try building again. For reference: react-native-tvos/react-native-tvos#49 (comment) |
Possibly, this is related to react-native and Flipper version used? |
UPDATED:
I have seen sporadic issues with debug build on iOS if Flipper is enabled. I generally disable Flipper before building and running on iOS to save build time.
Here is how I generally disable Flipper on iOS:
example/ios/Podfile
example/ios/AppDelegate.m
pod install
inexample/ios
for reference: react-native-tvos/react-native-tvos#49 (comment)
OUTDATED description from February 2021:
When I tried generating the example with
--example-react-native-version react-native@next
(gives me [email protected] at this point), I could not run the example app on iOS. I am getting the following build failure:I discovered this failure while testing PR #421 (use react-native-init-func to generate example app).
This needs further investigation. Any help from the user community would be much appreciated.
The text was updated successfully, but these errors were encountered: