Pods/Flipper(React-Native Compiler Error )

김광철
Feb 22, 2021

--

The following build commands failed:
CompileC /Users/yoon/Library/Developer/Xcode/DerivedData/montents_mobile-fhmebmbuqwwvogbwabtrqjoxwgvh/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/Flipper.build/Objects-normal/x86_64/FlipperRSocketResponder.o /Users/yoon/Documents/Workspaces/montents_mobile/ios/Pods/Flipper/xplat/Flipper/FlipperRSocketResponder.cpp normal x86_64 c++ com.apple.compilers.llvm.clang.1_0.compiler
(1 failure)

npm ERR! code 1
npm ERR! path /Users/yoon/Documents/Workspaces/montents_mobile
npm ERR! command failed
npm ERR! command sh -c react-native run-ios

Podfile파일 20라인에 코드를 use_flipper!use_flipper!({ 'Flipper-Folly' => '2.3.0' }) 로 변경하고 pod install 를 실행하면 됩니다.

--

--