The executable was signed with invalid entitlements

I am getting the following error although I am using automatic signing. I would think that automatic signing would correct any mismatched entitlements.


Details


Unable to install "APPLICATION_NAME"

Domain: com.apple.dtdevicekit

Code: -402620394

--

The executable was signed with invalid entitlements.

Domain: com.apple.dtdevicekit

Code: -402620394

Failure Reason: The entitlements specified in your application’s Code Signing Entitlements file are invalid, not permitted, or do not match those specified in your provisioning profile. (0xE8008016).

--


Here is the contents of my entitlements file.


<?xml version="1.0" encoding="UTF-8"?>


<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">

<plist version="1.0">

<dict/>

</plist>