React Native 编译 iOS 报 'config.h' file not found

332 阅读1分钟

解决办法:

cd node_modules/react-native/third-party/glog-0.3.4
../../scripts/ios-configure-glog.sh

在 Xcode 中 Clean 然后 Rebuild。