美文网首页
Xcode 10: third-party: 'conf

Xcode 10: third-party: 'conf

作者: 飞奔在路上 | 来源:发表于2018-10-09 17:50 被阅读185次

升级xcode到10版本之后 遇到 config.h 文件找不到的问题

  1. In the Terminal, navigate to the react-native/third-party/glog folder inside node_modules

$ cd node_modules/react-native/third-party/glog-0.3.4

  1. Once actively in this folder, run

$ ../../scripts/ios-configure-glog.sh

Glog is configured and the required config.h header file is created for Xcode to find

相关文章

网友评论

      本文标题:Xcode 10: third-party: 'conf

      本文链接:https://www.haomeiwen.com/subject/ctsyaftx.html