💻 환경
리액트네이티브
🐥 동작
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
'React' 카테고리의 다른 글
React native - progress bar 만들기 (0) | 2022.04.16 |
---|---|
React native 로 스와이프 애니메이션 (0) | 2022.04.11 |
🐛 에러로그 - Multiple commands produce [파일경로] (RN) (0) | 2021.11.25 |
리액트를 클린하게 작성하는 법 (4) | 2021.11.18 |
Error 정리: jest와 apollo-client testing [MockedProvider - TypeError: Object protot (0) | 2021.07.12 |