Skip to content
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

0.64-stable/Libraries/FBReactNativeSpec NotFound? #31511

Closed
Jorgezz opened this issue May 11, 2021 · 3 comments
Closed

0.64-stable/Libraries/FBReactNativeSpec NotFound? #31511

Jorgezz opened this issue May 11, 2021 · 3 comments
Labels
Needs: Triage 🔍 Resolution: Locked This issue was locked by the bot.

Comments

@Jorgezz
Copy link

Jorgezz commented May 11, 2021

Please provide all the information requested. Issues that do not follow this format are likely to stall.

Description

Please provide a clear and concise description of what the bug is. Include screenshots if needed.
Please test using the latest React Native release to make sure your issue has not already been fixed: https://reactnative.dev/docs/upgrading.html

React Native version:

Run react-native info in your terminal and copy the results here.

Steps To Reproduce

Provide a detailed list of steps that reproduce the issue.
https://github.com/facebook/react-native/tree/0.64-stable/Libraries/FBReactNativeSpec

  1. ROOT yarn install
  2. packages/rn-tester yarn install && bundle exec pod install --repo-update
  3. you will found Pods folders no FBReactNativeSpec source code has been generated.

tempory solution:

  1. copy 0.63-stable Libraries/FBReactNativeSpec directory to 0.64-stable or 0.65-stable directory;
  2. if encounter a error : $HOME/.nvm/nvm.sh return staus 3 ,then try #source "$RN_DIR/scripts/find-node.sh" delete check of nvm in generate-specs.sh file;
  3. retry and good luck !

Expected Results

Describe what you expected to happen.

Snack, code example, screenshot, or link to a repository:

Please provide a Snack (https://snack.expo.io/), a link to a repository on GitHub, or provide a minimal code example that reproduces the problem.
You may provide a screenshot of the application if you think it is relevant to your bug report.
Here are some tips for providing a minimal example: https://stackoverflow.com/help/mcve

@Jorgezz
Copy link
Author

Jorgezz commented May 17, 2021

alraedy resolved by run sh $HOME/.nvm/nvm.sh | echo $? and return status 0.

@Jorgezz Jorgezz closed this as completed May 17, 2021
@Jorgezz
Copy link
Author

Jorgezz commented May 17, 2021

nvm-sh/nvm#1985

alraedy resolved by run sh $HOME/.nvm/nvm.sh | echo $? and return status 0.

@charleston10
Copy link

instead
pod 'FBReactNativeSpec', :path => "../node_modules/react-native/Libraries/FBReactNativeSpec"
to
pod 'FBReactNativeSpec', :path => "../node_modules/react-native/React/FBReactNativeSpec"

@facebook facebook locked as resolved and limited conversation to collaborators May 17, 2022
@react-native-bot react-native-bot added the Resolution: Locked This issue was locked by the bot. label May 17, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Needs: Triage 🔍 Resolution: Locked This issue was locked by the bot.
Projects
None yet
Development

No branches or pull requests

3 participants