简体   繁体   中英

React-native: Project through error after update Catalina

I am facing issue in run the project after updating Mac OS version high sierra to Catalina

run command react-native init pod install in ios directory then run ios code using xcode(10.0)

"react": "16.9.0"
"react-native": "0.61.3"

run ios code using xcode then ERROR is:-

error: error reading '../node_modules/react-native/ReactCommon/jsinspector/InspectorInterfaces.cpp'

Even I had faced this issue after updating to Catalina. Uninstall Xcode and restart your macbook. Then reinstall Xcode from AppStore. This worked for me.

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