首页 > 解决方案 > React Native fbsdk 0.8.0 版本 crash the RN project for iOS

问题描述

我正在使用最新版本的 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)

有什么想法我能做什么?

标签: reactjsreact-nativereact-native-iosfbsdkreact-native-fbsdk

解决方案


推荐阅读