我的 VS for mac 版本是7.3.2。 我有一个iOS开发人员帐户,我做了以下工作,将xamarin表单应用程序部署到iPhone。
问题:没有已安装的配置文件与已安装的ios签名身份相匹配
我遵循以下参考资料:
-1-设置配置文件 https://docs.microsoft.com/en-us/xamarin/ios/get-started/installation/device-provisioning/
-2 - 安装fastlane https://docs.microsoft.com/en-us/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
请帮忙。感谢
答案 0 :(得分:0)
尝试使用证书和配置文件,而不是选择自动。 有时,如果您多次安装配置文件,则会获得不正确的配置文件。 另外,请确认您已在所使用的配置文件中添加了设备UDID。