다시 개발자
Failed to register bundle identifier 에러 처리
까삼스 이삐
2022. 6. 13. 13:49
728x90
반응형
Xcode에서 App을 빌드할 때 "Failed to register bundle identifier"라는 에러 처리 방법입니다.
[원인]
정확한 이유는 잘 모르겠지만 등록한 Bundle Identifier를 등록할 수 없기 때문입니다.
[해결 방법]
Bundle Identifier를 고유한 값으로 변경하면 해결할 수 있습니다.
예를 들면 Bundle Identifier가 "com.mycompany.myApp" 에서 에러가 났다면,
"com.mycompany.myApp"를 "com.mycompany.myApp2" 등으로 변경하면 됩니다.
728x90
반응형