Xcode报错 Build input file cannot be found /Users/.../node_modules/react-native/third-party/double-conversion-1.1.5/src

问题:

Xcode报错如下

error: Build input file cannot be found: '/Users/.../node_modules/react-native/third-party/double-conversion-1.1.5/src/bignum.cc'
error: Build input file cannot be found: '/Users/.../node_modules/react-native/third-party/double-conversion-1.1.5/src/cached-powers.cc'

等各种以third-party/double-conversion-1.1.5/src/XXX.cc这种形式结尾的错误

解决方法:

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