自分のiPhoneで作成したiOSアプリケーションをテストします。ビルドは成功したがxamarinスタジオは私のiPhoneにUSB経由でファイルを転送しようとしている間、私は次のエラーを得た:Xamarin "実行ファイルが無効なエンタイトルメントで署名されています"
VerifyingApplication: 70%
PercentComplete: 40
Status: VerifyingApplication
ApplicationVerificationFailed: Failed to verify code signature of /private/var/installd/Library/Caches/com.apple.mobile.installd.staging/temp.yNZx88/extracted/<APPName>.app : 0xe8008016 (The executable was signed with invalid entitlements.)
error MT1006: Could not install the application '/Users/<NAME>/Projects/<APPName>/<APPName>/bin/iPhone/Debug/device-builds/iphone8.2-10.2.1/<APPNamr>.app' on the device '<DEVICEName>': Your code signing/provisioning profiles are not correctly configured. Probably you have an entitlement not supported by your current provisioning profile, or your device is not part of the current provisioning profile. Please check the iOS Device Log for details (error: 0xe8008016).
--- inner exception
Xamarin.Installation.FailedInstallException: Your code signing/provisioning profiles are not correctly configured. Probably you have an entitlement not supported by your current provisioning profile, or your device is not part of the current provisioning profile. Please check the iOS Device Log for details (error: 0xe8008016)
[...]
Application could not be uploaded to the device.
私はxamarinする新たなんだと何をするか分かりません。 Appleの開発者アカウントが使用可能で、証明書とプロビジョニングプロファイルが作成されます。電話機がデバイスリストに追加され、識別子が作成されます。
誰でも手伝ってもらえますか?
プロビジョニングプロファイル? (私はそれを行う必要があると思う、私はそれに多くの時間を触れていない) – Yitzchak
あなたは、示唆されているようにiOSデバイスログをチェックしましたか? – Jason
@Yitschakはい、デバイスはprovisoningプロファイルに追加されます。 – eiskaltereistee