iOS Swift/iOS Swift - Error

[Xcode] Failed to register bundle identifier Swift Errror 에러

주니어코더 2023. 7. 20. 14:23

 

 

 

 

 

[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 변경하면 해결

 

 

 

 

 

 

 

 

반응형