본문 바로가기
React

🐛 에러로그 - error Failed to build iOS project. We ran "xcodebuild" command but it exited with error code 65. [RN]

by 윤-찬미 2021. 11. 25.

💻 환경

리액트네이티브

🐥 동작

npm run ios

🐛 에러 내용

error Failed to build iOS project. We ran "xcodebuild" command but it exited with error code 65.

📌 원인

내부 번들 꼬여서 그런거래요...

🚀 해결

1. xcode에서  Build Phases 탭 에서 copy bundle resources 안에 있는거 날리고, 다시 번들링함

 

 

😭 위의 방법도 안되면?

iOS

ios 폴더 > Pods > Pods.xcodeproj 실행 > Podfile 내 코드를 아래 처럼 변경

use_flipper!({ 'Flipper' => '0.74.0' })
  post_install do |installer|
    flipper_post_install(installer)
  end