-
Notifications
You must be signed in to change notification settings - Fork 24.4k
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
FBReactNativeSpec failure #32417
Comments
|
This was an error because I was testing directly off the 0.67-stable branch without having performed the steps of the bump-oss-version script (where it copies dependencies over from repo-config/package.json) |
@lunaleaps did you solve it? We have exactly the same issue, although we performed the steps required for migrating from RN 0.66.3 to 0.67.0-rc4 (using the upgrade helper) |
I have the same issue here, where is the new issue ? |
Same issue |
If folks are experiencing a build regression or issue, please file a new issue as this one is closed. Locking issue |
Version
0.67.0-rc.0
Build Target(s)
iOS simulator
Developer Environment
Xcode: 12.5
debug, jsc
Issue and Reproduction Steps
Error
Steps to reproduce
Follow pre-reqs, steps in release-testing wiki up to step 3:
https://github.com/facebook/react-native/wiki/Release-Testing#steps
Then go through template testing flow in
./scripts/test-manual-e2e.sh
, basically you can probably run the script starting from here and comment out all the RNTester testing logic before.Running template Android app works, but once the script prompts you to open Xcode and hit build I get the above error in the
FBReactNativeSpec
build step.The text was updated successfully, but these errors were encountered: