XamarinUniversity/XAM130

No installed provisioning profiles match the installed iOS signing identities

Closed this issue · 1 comments

What are you seeing?

Out of the box, this example doesn't work on a fresh install of Visual Studio for Mac (as of 1/1/2018). There's an error "No installed provisioning profiles match the installed iOS signing identities." in file Xamarin.iOS.Common.targets.

Note that I can create a new Xamarin Forms project and it runs in the iOS Simulator just fine with no problems, and some of the other Xamarin University examples I've done worked out of the box, but not this one.

I've been trying to figure out the issue on my own, but I'm a beginner with Xamarin. I've seen a lot of things about installing new provisioning profiles, but the thing I don't understand is why other examples work and this one doesn't?

What is expected?

I should be able to go to a Completed exercise, open that solution, and run it without errors.

What steps did you take to see this?

Opened the Calculator solution in any exercise, Build All.

Have any logged output/error messages that might help?

"No installed provisioning profiles match the installed iOS signing identities." in file Xamarin.iOS.Common.targets.

About your system

MacBook Pro (Retina, 15", Mid 2015)

What operating system are you using? Windows? macOS?

macOS Sierra 10.12.6

What version of Visual Studio are you using?

Visual Studio for Mac Community 7.3.2 (build 12)

Okay, it was my mistake after all. Sorry, I'm just getting used to Xamarin, and the fix was to change it from Debug to "Debug | iPhoneSimulator" -- i didn't realize that was a drop down.