我已经尝试了在互联网上找到的所有解决方案,但是仍然给我同样的错误
我已经尝试了几次:
> npm start
Xcode构建失败:找不到'config.h'文件
$ rm -rf node_modules/ && yarn cache clean && yarn install
$ ls node_modules/react-native/ (missing third-party directory)
环境:
OSX-Mojave
节点-8.12.0
react-native-cli-2.0.1
react-native-0.33.0
Xcode-10.1
答案 0 :(得分:0)
使用xCode 10
$ cd ./node_modules/react-native && scripts/ios-install-third-party.sh && cd third-party && cd $(ls | grep 'glog' | awk '{print $1}') && ./configure