본문 바로가기
카테고리 없음

ERROR : Code Sign error: Provisioning profile '*' specifies the Application Identifier '*' which doesn't match the current setting '*'

by 식 2010. 7. 13.
문제 )
Code Sign error: Provisioning profile '*' specifies the Application Identifier '*' which doesn't match the current setting '*'

The executable was signed with invalid entitlements. The entitlements specified in your application's Code Signing Entitlements file do not match those specified in your provisioning profile. (0xE8008016).


해결방법 )

1. File -> New File ->  Code Signing -> Entitlements -> *.plist 생성
2. Project  -> Edit Project Setting -> Build -> Code Signing -> Code Signing Entitlements -> *.plist 로 수정..

출처)
http://stackoverflow.com/questions/1410080/code-sign-error-with-xcode-3-2


잡설 )
plist가 꼬여서 생긴 문제.. 같네..
반응형