failed to build ios project. we ran "xcodebuild" command but it exited with error code 65. react-native
$ cd ios
$ vim Podfile
중간에
({'Flipper-Folly'=>'2.3.0'}) # update this part
이구문을 추가하세요
use_flipper!({'Flipper-Folly'=>'2.3.0'}) # update this part
post_install do |installer|
flipper_post_install(installer)
end
end
끝내고 ESC 누르고 wq! 입력후 엔터하시면 저장이완료됩니다.
$ npm upgrade
$ npm run ios
정상적으로 작동합니다
감사합니다