빌드 실패.. 정리

Seonhee Kim·2023년 7월 12일

에러노트

목록 보기
3/11
  1. 명령어

    npm ci

    pod install

    sudo arch -x86_64 gem install ffi

    arch -x86_64 pod install

    • 에러 메세지 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 livepickstar.xcworkspace.

    pod deintegrate

    pod cache clean --all

    podfile.lock / workspace 삭제

  2. 될 것 같지만 되지 않음. 블로그 따라서 다 삭제함 (2,3 삭제했다가 1도 삭제)

    참고 블로그 : https://positiveko-til.vercel.app/til/react-native/error65.html#_1-xcode에서-derived-data-삭제하기

    derivedData 찾는 경로 : xcode,setting,location,derived data

  3. 마지막에도 빌드 실패 → xcode 프로젝트 들어가면 여기 빨간색일것임 →GoogleService-Info.plist , 그럼 삭제하고 바탕에 받아둔걸로 바꾼다

  • Invariant Violation: Module AppRegistry is not a registered callable module (calling unmountApplicationComponentAtRootTag). A frequent cause of the error is that the application entry file path is incorrect.
    This can also happen when the JS bundle is corrupt or there is an early initialization error when loading React Native.
    → 메트로에 징그럽게 계~속 뜬 오류였는데 deintegrate / cache clean —all 하니까 빌드 잘 됨
profile
안녕하세요 ~_~

0개의 댓글