Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Error: The specified provisioning profile could not be found

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?

like image 932
jharr100 Avatar asked Aug 21 '13 18:08

jharr100


1 Answers

The .csproj file of my project still referenced the old provisioning profile. I deleted that and now all is well!

like image 121
jharr100 Avatar answered Nov 15 '22 05:11

jharr100