Reputation: 1469
I have gone through all the appropriate steps - I need to upgrade my provisioning profile as I added an additional device...Xamarin Studio tells me:
Error: The specified provisioning profile '0EC3B4F7-5AAF-4F1A-B95E-2D106672BDB9' could not be found
I have updated the provisioning in Xcode is there something special I need to do in Xamarin Studio?
Upvotes: 5
Views: 5489
Reputation: 1469
The .csproj file of my project still referenced the old provisioning profile. I deleted that and now all is well!
Upvotes: 14