Xcode 10: third-party: 'config.h' file not found
如果你已经下载好了需要的四个库,那么请直接略过这一段:
rm -rf node_modules/ && yarn cache clean && yarn install and rm -rf ~/.rncache
cd node_modules/react-native/scripts
./ios-install-third-party.sh
If your network is slow, you can download the packages separately and move them to the rncache folder
- folly-2016.10.31.00
- double-conversion-1.1.5
- glog-0.3.4
- boost_1_63_0
如果已经有了上面的四个库,那么直接从这里开始
cd <Your-Project-Folder>/node_modules/react-native/third-party/glog-0.3.4
./configure
Xcode Clean & Build
还没有评论,来说两句吧...