Help! i've tried everything but can't get xamarin to deploy from visual studio to my device anymore. Deploying from xamarin studio on the mac will work for both the simulator and the device. Deploying from xamarin in visual studio will work on the simulator, but not on the device.
When trying to deploy to the device, i get the following message: "No iOS code signing key matches specified provisioning profile 'xxxx-xxx-xxxxxx-xxx"
Then the next line in the log says the name of my provisioning profile, but the 'xxx-xxxxx' code for that profile doesn't match the one shown in the line above it, so maybe something is still using the old profile somehow? It's hard to tell what is really going on here.
My certificates expired a few days ago, so went through and deleted and recreated them. I deleted the old expired certificates from my keychain. I installed all these, and made sure that the dev provisioning profile had my developer account selected and my device selected. I went into xcode->preferences->advanced and refreshed all the profiles.
Is xamarin in visual studio still using an old version of the profile and not grabbing the latest one? That's all I can think of if it works fine on the mac.