"[App Name] has conflicting provisioning settings."디버깅 방법 [Xcode]
소개
Xcode provisioning settings
의 버그에 충돌했을 때에 대해서입니다.
전제
버그 내용
[App Name] has conflicting provisioning settings.
[App Name] is automatically signed, but code signing identity iPhone ~ has been manually specified. Set the code signing identity value to "iPhone Developer" in the build settings editor, or switch to manual signing in the project editor.
시도한 것
아무래도 여기변( Build Settings
< Signing
< Code Signing Identity
)이 요하다는 것을 알았습니다.
아래와 같은 사이트를 돌아다니며 시도했습니다.
- Xcode 8: xcodebuild에서 자동 서명 지원
- Xcode 버전 업하면***Extension has conflicting pravisioning settings ~ switch to manual signing in the project editor.
하지만 아무것도 잘 되지 않았고, 결국 성공했던 방법은 다음과 같다.
디버깅 방법
방법은 매우 간단했습니다. 그냥 다시 설정하는 것입니다!
1. General
< Signing
2. Enable Automatic
를 선택한다.
3. Team
를 선택합니다.
참고 URL
아무래도 여기변(
Build Settings
< Signing
< Code Signing Identity
)이 요하다는 것을 알았습니다.아래와 같은 사이트를 돌아다니며 시도했습니다.
- Xcode 8: xcodebuild에서 자동 서명 지원
- Xcode 버전 업하면***Extension has conflicting pravisioning settings ~ switch to manual signing in the project editor.
하지만 아무것도 잘 되지 않았고, 결국 성공했던 방법은 다음과 같다.
디버깅 방법
방법은 매우 간단했습니다. 그냥 다시 설정하는 것입니다!
1. General
< Signing
2. Enable Automatic
를 선택한다.
3. Team
를 선택합니다.
참고 URL
Reference
이 문제에 관하여("[App Name] has conflicting provisioning settings."디버깅 방법 [Xcode]), 우리는 이곳에서 더 많은 자료를 발견하고 링크를 클릭하여 보았다 https://qiita.com/umi_mori/items/1ffe2d56ad97e64cbac0텍스트를 자유롭게 공유하거나 복사할 수 있습니다.하지만 이 문서의 URL은 참조 URL로 남겨 두십시오.
우수한 개발자 콘텐츠 발견에 전념 (Collection and Share based on the CC Protocol.)