简体   繁体   English

在Mac的Visual Studio 2017中将Xamarin表单应用程序部署到iPhone时出错

[英]Error when deploying Xamarin forms app to iphone in Visual studio 2017 for mac

My VS for mac version is 7.3.2. 我的VS for Mac版本是7.3.2。 I have an iOS developer acct and I did the following for deploying xamarin forms app to iPhone. 我有一个iOS开发人员帐户,并且执行了以下操作以将xamarin表单应用程序部署到iPhone。

Problem: No installed provisioning profiles match the installed ios signing identities 问题:没有已安装的配置文件与已安装的ios签名身份匹配

I follow below references: 我遵循以下参考:

-1- setup provision profile https://docs.microsoft.com/en-us/xamarin/ios/get-started/installation/device-provisioning/ -1-安装程序配置文件https://docs.microsoft.com/zh-cn/xamarin/ios/get-started/installation/device-provisioning/

-2-install fastlane https://docs.microsoft.com/en-us/xamarin/ios/deploy-test/provisioning/fastlane/ -2-安装fastlane https://docs.microsoft.com/zh-cn/xamarin/ios/deploy-test/provisioning/fastlane/

I took these Steps. After installed fastlane: 

1) In Visual Studio for mac for setting up provisioning profile:

Automatically (Recommended) 

I have used the signIn button but I dont see anything. No Apple account shown.

2) I select my iphone in Visual Studio for Mac for deployment. however it showed below error:
Problem:  No installed provisioning profiles match the installed ios signing identities

Please help. 请帮忙。 Thanks 谢谢

Try using certificate and profile instead of choosing Automatic. 尝试使用证书和配置文件,而不是选择“自动”。 Sometimes if you have installed profiles multiple times its gets improper profile. 有时,如果您多次安装配置文件,则配置文件将不正确。 Also please verify that you have added the Device UDID in the profile you are using. 另外,请确认您已在使用的配置文件中添加了设备UDID。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM