简体   繁体   中英

React Native Version 0.64 - No podspec found for `FBReactNativeSpec`

React Native Version 0.64

[!] No podspec found for FBReactNativeSpec in `../node_modules/react-native/Libraries/FBReactNativeSpec

I managed to solve the issue by re-installing NVM and downgrading Node to 12.5 and it worked for me after a day of headaches..

This fixed it for me:

  1. Reinstall node & nvm like explained here: https://jamesauble.medium.com/install-nvm-on-mac-with-brew-adb921fb92cc

  2. Install older Node version (12.5 in my case) && use it

    nvm install 12.5 nvm use 12.5

  3. Install pods & build

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM