Is there a way to force xamarin to update it's list of provisioning profiles to reflect what apple has?
Use case:
a) I created a new provisioning profile in the ios developer centre.
b) I obtained the UUID of this profile, and set it in my csproj file (my automated build will do this).
c) I run my build, which calls on mdtool. I get an error "The specified provisioning profile X was not found".
I logged in to the mac, fired up xamarin studio, went to account settings and clicked "Refresh". That works, but that's not good enough, since I want this to be automated.
Can I invoke that "refresh" from the command line somehow?
Thanks in advance.