Automatic Signing and Entitlements

I have a multiplatform app that I'm coding that uses HealthKit. To get it working I needed to add a custom entitlement to the entitlements file. Specifically "application-identifier". See this solved question for more information: https://developer.apple.com/forums/thread/713829

Now I can only run the app on my simulators and NOT on my phone or Mac as the automatic signing is failing

Provisioning profile "iOS Team Provisioning Profile: myName.AppName" doesn't match the entitlements file's value for the application-identifier entitlement.

It says to submit a bug report:

Automatic signing failed. Xcode failed to provision this target. Please file a bug report at <https://feedbackassistant.apple.com> and include the Update Signing report from the Report navigator.

Which I did FB11512832, but is there something I can do to fix this or is it just a wait and see?

Error image:

I recommend that you open a DTS tech support incident about this. It’s likely that there is a solution, but finding that will involve a better understanding of how your app’s code signing is currently set up, and that’s too big a task to tackle here on DevForums.

Share and Enjoy

Quinn “The Eskimo!” @ Developer Technical Support @ Apple
let myEmail = "eskimo" + "1" + "@" + "apple.com"

Automatic Signing and Entitlements
 
 
Q