아카이브/배포 검증 에러 해결기: Invalid Bundle Identifier, Bad CFBundleExecutable, Shared bundle path
·
Swift
Invalid Bundle Identifier / Bad CFBundleExecutable / Shared bundle path앱을 아카이브 후 App Store Connect에 올리려다 보면, 검증 단계에서 가끔 애매한 에러를 세트로 마주할 때가 있습니다. 이번에 겪은 케이스는 다음과 같았습니다.Invalid Bundle IdentifierBad CFBundleExecutableThe CFBundleExecutable of two bundles may not point to the same file처음엔 무슨 문제인지 감도 안 잡혔지만, 원인을 찾고 정리해 보니 꽤 전형적인 케이스였습니다.증상Validate / Distribute 단계에서 아래 메시지가 그대로 나타났습니다.Invalid Bundle I..