Posts

Showing posts from November, 2010

Codesigning Error Entitlements file missing

[문제점]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