React-Native Xcode 빌드 에러

nevermind·2023년 2월 11일
0

React-Native

목록 보기
1/8

Xcode 빌드 시 생긴 오류들을 정리해보고자 한다

1. bundle identifier

Failed to register bundle identifier: ~

  • bundle identifier이 고유하지 않아서 생긴 문제로 Signing & Capabillities에 bundle Identifier을 고유번호로 설정해준다(아무 번호 입력해보았다)
  • bundle identifier는 앱출시할 때 고려되는 사항이기에 고유하게

    참고블로그: https://doh-an.tistory.com/35

2. bundle identifier2

error: RN, Xcode | select a development team in the signing & capabilities editor

에러 발생의 원인은 xCode의 메인App(project)과 Pods의 Bundle identifier이 같지 않아서 생긴 문제!

참고 블로그: https://velog.io/@lumpenop/TIL-RN-XCode-select-a-development-team-in-the-signing-capabilities-editor-221015

3. 아이폰 설정

이후 아이폰에서 신뢰하지 않는 개발자에 대한 거부를 한다.
참고 블로그 https://zeddios.tistory.com/7

profile
winwin

0개의 댓글