Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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'

like image 953
Vijay Kishan Avatar asked Oct 31 '19 05:10

Vijay Kishan


1 Answers

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.

like image 174
vamsidhar Reddy Eguvapalli Avatar answered Nov 01 '22 19:11

vamsidhar Reddy Eguvapalli