Programming/Mac
[Mac] 빌드는 되는데 iPad또는 iPhone에서 디버깅 실행시 다음과같은 에러 발생시 대처법
By훈트
2011. 1. 4. 10:31
[문제점]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 로 수정..
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 로 수정..