Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Entitlements file "Entitlements.plist" not found. error

I am trying to run a simple app on an iPod touch. The code complies and runs on the emulator just fine, but as soon as I try to run it on the device I get the error above. I have run other applications this way and have tried different provisioning profiles. The Entitlements file is in the root of the project. I have also tried a wildcard id and a specific id as well. I am not sure what is happening.

Any help is appreciated.

like image 607
Andy J Avatar asked Nov 02 '22 09:11

Andy J


1 Answers

This is not a fix but probably more of a work around. If you restart Xamarin Studio the error will go away. see here http://forums.xamarin.com/discussion/11020/entitlements-file-entitlements-plist-not-found#latest

like image 50
Andy J Avatar answered Nov 12 '22 11:11

Andy J