Xcode 10: third-party: 'config.h' file not found

本是古典 何须时尚 2022-03-28 11:26 694阅读 0赞

如果你已经下载好了需要的四个库,那么请直接略过这一段:

  1. rm -rf node_modules/ && yarn cache clean && yarn install and rm -rf ~/.rncache
  2. cd node_modules/react-native/scripts
  3. ./ios-install-third-party.sh

If your network is slow, you can download the packages separately and move them to the rncache folder

  1. folly-2016.10.31.00
  2. double-conversion-1.1.5
  3. glog-0.3.4
  4. boost_1_63_0

如果已经有了上面的四个库,那么直接从这里开始

  1. cd <Your-Project-Folder>/node_modules/react-native/third-party/glog-0.3.4
  2. ./configure
  3. Xcode Clean & Build

发表评论

表情:
评论列表 (有 0 条评论,694人围观)

还没有评论,来说两句吧...

相关阅读