Entitlements.plist not created by Xamarin iOS plugin

My app was running properly on iOS simulator, but when I tried to debug it on my iPhone, it said there was no Entitlements.plist. So I created one manually. However, that didn’t fix the problem. Guess I messed up the format of the plist… Can someone please post an example of Entitlements.plist?

Do you actually need an Entitlements.plist? Xamarin puts the name of the file there by default but I’ve found that just by deleting it (from the ‘custom entitlements’ field under 'iOS Build Signing) my apps will run fine on device. I was also getting an error that it didn’t exist beforehand.

Then again you may need custom entitlements for what you’re doing.

Thanks man! I disabled ios bundle signing in the project options and now the app can be deployed to my iphone! :smile: