본문 바로가기
CODE/Flutter

[Flutter, iOS error] An attribute in the provided entity has invalid value An App ID with Identifier '.....' is not available. Please enter a different string.

by Nuridal_class 2024. 1. 16.
728x90
728x90

 Apple 앱 개발에서 앱 등록 시 나오는 오류

An attribute in the provided entity has invalid value An App ID with Identifier 'com.example.supabase' is not available. Please enter a different string. error

apple 앱 개발하다가 App ID나 어떤 서비스를 등록하려할때 Bundle ID를 입력해야 하는 경우가 있다
그런데 잘 입력했는데
An attribute in the provided entity has invalid value An App ID with Identifier 'com.example.supabase' is not available. Please enter a different string.
딱 이런 오류가 발생하면 왜 난 안되지... 하는 생각에 잠길 때가 있는데
이번에 이 오류가 왜 생기는지 수정하는 방법에 대해서 알아보자

 

왜 오류가 발생하는가?

결론부터 말하자면 누군가가 이미 위에 이름으로 등록을 한적이 있기 때문일 가능성이 매우 높다
Bundle ID는 고유한 정보이기 때문에 어느 누구와 중복되서는 안되기 때문이다

 

 해결방법

간단하다 개발하는 Bundle ID를 고유하게 바꿔주면 된다
예를 들면 com.nuridal.supabase 이렇게 말이다!
물론 이때 안드로이드의 package 이름도 같이 바꿔주어야 정상적으로 작동한다

이번 포스팅으로 Apple app 개발할때 나오는

등록 오류에 대해서 알아보았습니다

그럼 코딩이 쉬워지는 그날까지!!

728x90
300x250