简体   繁体   English

在Mac上的xamarin.forms中构建新解决方案时出错

[英]Error when building a new solution in xamarin.forms on Mac

When I am creating new solution in vs for mac (xamarin.form) after building project i am getting this error. 当我在建立项目后在vs for mac(xamarin.form)中创建新解决方案时,出现此错误。

My existing project working fine. 我现有的项目工作正常。 I am getting this for new solution. 我正在寻找新的解决方案。

/Library/Frameworks/Mono.framework/External/xbuild/Xamarin/iOS/Xamarin.iOS.Common.targets(3,3): Error: No installed provisioning profiles match the installed iOS signing identities. (Myxamapp.iOS)

Your error is exactly what is says in the message - you do not have a provisioning profile that matches the bundle id in your manifest. 您的错误正是消息中所说的-您没有与清单中的包ID匹配的配置文件。

See here for instructions on how to set one up 有关如何设置的说明,请参见此处

It might be worth setting up a wildcard profile that will work across a number of apps while in development. 可能需要设置一个通配符配置文件,使其在开发过程中可在许多应用程序中使用。

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

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