문제 상황

.app has comflicting provisioning settings.
Invalid Provisioning Profile Signature. The provisioning profile included in the bundle com.blablabla.BlaBla [com.blablaba.BlaBla.pkg/Payload/BlaBla.app] cannot be used to submit apps to the Mac App Store until it has a valid signature from Apple. For more information, visit the macOS Developer Portal.
회사 프로젝트를 빌드하다 보면 간혹 이런 인증서 오류가 뜨면서 빌드가 안 될 때가 있다.
이젠 매번 찾아보기도 귀찮다… ….
해결 방법
해당하는 프로젝트의 Target → Build Settings → Signing → Code Signing Identity를 바꿔주면 된다.
Apple Development가 기본으로 되어 있을 텐데, iOS Developer로 바꿔 주었다.
한번 바꾸고 빌드하고 나면 다시? Apple Development로 빌드해도 이상하게 빌드가 된다.
왜인지는 모르겠음 … ㄱ-
간혹 잘 되던 빌드가 안 되면 셋팅을 바꿔서 빌드하면 된다는 게 좀 어이없다
바꾼 게 없는데도~~ ㅜㅜ 참나…
기묘한 Xcode … …
참고 자료
https://forums.developer.apple.com/forums/thread/728837
'iOS > Error' 카테고리의 다른 글
[error] Interrupted system call (0) | 2024.05.22 |
---|---|
[Error] Layout은 기깔나게 잡았는데 이미지가 자꾸 튀어나와요 (0) | 2023.12.14 |
[Error] This class is not key value coding-compliant for the key trendTableView. (3) | 2023.11.19 |
[Error] The resource could not be loaded because the App Transport Security policy requires the use of a secure connection. (2) | 2023.11.17 |
[Error] Multiple commands produce Error (0) | 2023.10.07 |