Open blackchestnut opened 7 years ago
It seems to fail when ios-install-third-party.sh
doesn't run (for some reason). So the thing is to re-run the scripts.
node_modules/react-native/scripts
and run bash ios-install-third-party.sh
ios-config-glog.sh
in a temp folder with the downloaded and unpacked glog filesunlink node_modules/react-native/scripts/third-party/glog-0.3.4/test-driver
I don't know why I had to go through all that
edit: aarg, for some reason I had a third-parties
folder in my project root. Removing it solved my issues.
Source https://github.com/facebook/react-native/issues/14464#issuecomment-309289808