简体   繁体   中英

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.

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.

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.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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