728x90
반응형
Xcode에서 App을 빌드할 때 "Failed to register bundle identifier"라는 에러 처리 방법입니다.
[원인]
정확한 이유는 잘 모르겠지만 등록한 Bundle Identifier를 등록할 수 없기 때문입니다.
[해결 방법]
Bundle Identifier를 고유한 값으로 변경하면 해결할 수 있습니다.
예를 들면 Bundle Identifier가 "com.mycompany.myApp" 에서 에러가 났다면,
"com.mycompany.myApp"를 "com.mycompany.myApp2" 등으로 변경하면 됩니다.
728x90
반응형
'다시 개발자' 카테고리의 다른 글
Xcode에 apple watch simulator 추가 (0) | 2022.06.28 |
---|---|
iOS App에서 Apple watch로 message를 전송하는 방법 (0) | 2022.06.28 |
CentOS gcc 설치 오류 해결 방법 (0) | 2022.06.07 |
Linux CentOS에 python 3 설치 (0) | 2022.06.07 |
법인 개정으로 Apple Developer Program 등록하기 (0) | 2022.05.30 |
댓글