メモ書き
症状
Release ビルドで、新しくProvisionProfileを作成してデバイスで実行
時に発生
エラー内容
The entitlements specified in your application’s Code Signing Entitlements file do not match those specified in your provisioning profile. (0xE8008016)
対処方法
デバイス側のProvisionProfileを、Xcodeから削除し、Device側でも削除。
その後実行
をすれば発生せず。
get-task-allow
は Xcode 4.x からは必要なくなったとか何処かにあった気が……
参考:
The executable was signed with invalid entitlements. のアラート対策 その2 - io_oの日記 / iOS Dev(iPhone,iPad)
”CodeSign error” ”The entitlements file” Entitlements.plist ”is missing”が出た場合の対処法 - 拡張現実ライフ
ios - Xcode 4.3.2 adhoc signing entitlements (0xE8008016) - Stack Overflow