-
React native ios build fail 하는 경우React native 2021. 7. 31. 12:19728x90
info Found Xcode workspace "test.xcworkspace" info Building (using "xcodebuild -workspace three_day.xcworkspace -configuration Debug -scheme three_day -destination id=20A687AF-94B9-43D4-A957-14B16B204488") error Failed to build iOS project. We ran "xcodebuild" command but it exited with error code 65. To debug build logs further, consider building your app with Xcode.app, by opening three_day.xcworkspace. Command line invocation: /Applications/Xcode.app/Contents/Developer/usr/bin/xcodebuild -workspace three_day.xcworkspace -configuration Debug -scheme three_day -destination id=20A687AF-94B9-43D4-A957-14B16B204488 User defaults from command line: IDEPackageSupportUseBuiltinSCM = YES note: Using new build system note: Building targets in parallel note: Planning build note: Analyzing workspace note: Using build description from disk note: Build preparation complete
상황
리액트 네이티브 ios 개발 환경 설정 이후, react-native run-ios 하면 위와 같은 빌드 실패 에러가 반환 된다.
에러전문을 살펴봐야 겠지만 flipper 관련으로 해결 하였음
해결
ios 폴더안의 Podfile 의 flipper 사용 하지 않음으로 변경
728x90'React native' 카테고리의 다른 글
Package com.app signatures do not match previously installed version; ignoring (0) 2021.12.12 React native android build fail, INSTALL_FAILED_INSUFFICIENT_STORAGE (0) 2021.08.11 react native component 외부에서 redux state 접근하기 (0) 2021.08.05 react native build 안되거나 개발 결과물 반영안될때 (0) 2021.08.03 React native gesture 막기 (0) 2021.08.03