Я создаю приложение с нуля с последней версией RN: 0.57.0
после настройки всей конфигурации.Я получил это сообщение об ошибке в сборке iOS:
error: Build input file cannot be found: '/Users/myUser/Documents/myAwesomeProject/node_modules/react-native/third-party/double-conversion-1.1.6/src/cached-powers.cc'
** BUILD FAILED **
The following build commands failed:
CompileC /Users/myUser/Documents/myAwesomeProject/ios/build/Build/Intermediates.noindex/React.build/Debug-iphonesimulator/double-conversion.build/Objects-normal/x86_64/cached-powers.o /Users/myUser/Documents/myAwesomeProject/node_modules/react-native/third-party/double-conversion-1.1.6/src/cached-powers.cc normal x86_64 c++ com.apple.compilers.llvm.clang.1_0.compiler
(1 failure)
Любые идеи, что я могу сделать?