メモメモメモ

ほんとうにめも

【ReactNative】git clone直後のBuild input file cannot be found: エラー解決方法

エラー

❌  error: Build input file cannot be found: 'path_to_project/node_modules/react-native/third-party/double-conversion-1.1.6/src/strtod.cc'


▸ Compiling fast-dtoa.cc

❌  error: Build input file cannot be found: 'path_to_project/node_modules/react-native/third-party/double-conversion-1.1.6/src/fast-dtoa.cc'


▸ Compiling fixed-dtoa.cc

❌  error: Build input file cannot be found: 'path_to_project/node_modules/react-native/third-party/double-conversion-1.1.6/src/fixed-dtoa.cc'

解決

Xcode 10: Build input file double-conversion cannot be found · Issue #21168 · facebook/react-native · GitHub