Testing games on iOS devices no longer works.
Xcode project builds ok but cannot be deployed to iOS device,
instead the following error message is shown:
"The executable was signed with invalid entitlements.
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)."
Projects made directly in Xcode deploys to device with no issues using the same signing settings and provisioning profile.
I have filed a bug report, just thought I'd give y'all a heads up :)