[Xcode]
Failed to register bundle identifier
에러 해결하기
에러 발생 경위 ✍🏻
App Store에 등록할 앱을 빌드하는 과정에서
Product → Archive 중 오류가 발생
⛔️ 에러 내용 ⛔️
Failed to register bundle identifier. The app identifier "com.ooo.ooo" cannot be registered to your development team because it is not available. Change your bundle identifier to a unique string to try again.
🌏 번역 🌏
: 번들 식별자를 등록하지 못했습니다. 앱 식별자 "com.oo.oo"를 사용할 수 없기 때문에 개발 팀에 등록할 수 없습니다.
번들 식별자를 고유 문자열로 변경하여 다시 시도하십시오.
➡️ 전에 TestFlight에 등록한 앱과 현재 등록하려는 앱의 Bundle Identifier 중복으로 생기는 문제로 해석된다
⭐️ 해결방법 ⭐️
Xcode의 Project→ TARGETS→ Signing & Capabilities에서 Bundle에서 Identifier 변경하면 해결
반응형
'iOS Swift > iOS Swift - Error' 카테고리의 다른 글
[iOS/Swift] Invalid MinimumOSVersion. Firebase Framework Error (0) | 2024.06.14 |
---|---|
[Xcode] Build input file cannot be found '/Info.plist'. Error 에러 (0) | 2023.04.05 |
[Xcode] Error: unable to open configuration settings file 에러 (2) | 2023.01.22 |
[iOS/Swift] Xcode 14 'Charts' Library 에러 해결 (0) | 2022.11.16 |