Warning: file_get_contents(/data/phpspider/zhask/data//catemap/9/ios/120.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Ios 无法验证的代码签名。。。无法在我的iPhone上安装应用程序_Ios_.net_Xamarin.forms_Xamarin.ios - Fatal编程技术网

Ios 无法验证的代码签名。。。无法在我的iPhone上安装应用程序

Ios 无法验证的代码签名。。。无法在我的iPhone上安装应用程序,ios,.net,xamarin.forms,xamarin.ios,Ios,.net,Xamarin.forms,Xamarin.ios,我无法使用以下方法将我的应用程序安装到iPhone: 我做的一切都是这样,但它在控制台中显示了这个错误 VerifyingApplication - PercentComplete: 40% ApplicationVerificationFailed: Failed to verify code signature of....: 0xe8008016 (The executable was signed with invalid entitlements.) error MT1006:

我无法使用以下方法将我的应用程序安装到iPhone:

我做的一切都是这样,但它在控制台中显示了这个错误

 VerifyingApplication - PercentComplete: 40%
 ApplicationVerificationFailed: Failed to verify code signature of....: 0xe8008016 (The executable was signed with invalid entitlements.)
error MT1006: Could not install the application '..' on the device 'iPhone': Read Error (error: 0xe8000004)

p.S我通过网络连接iPhone

尝试检查捆绑签名并:

将Visual Studio 2019与Mac配对,如《配对到Mac》指南中所述。 在解决方案资源管理器中,在项目名称上单击鼠标右键,然后选择“属性”。然后,导航到iOS捆绑签名选项卡。 选择自动资源调配方案: 从团队组合框中选择您的团队以启动自动签名过程。
将自定义属性检查为授权。plist帮助了我