Automatic Signing failed and Provisioning profile is missing the activitykit

I am a professor at the Mercer University School of Medicine (Macon, GA) and I teach a stress reduction course for first year medical students. I am developing an app to allow the students to trace their mediations as well as time them. Using ChatGPT with Xcode, I was able to get all the features in the app working except that the stopwatch timer would not continue when the iPhone goes to sleep. When ChatGPT made some changes, the build failed because automated signing failed and the com.apple developer.activity kit entitlement is missing I don’t see Live Activities in the capability section of signing & Capabilities and I don’t know how to fix the provisioning profile.

How can I get help for this? Thank you!

Answered by DTS Engineer in 863301022

As far as I know there are no entitlements associated with ActivityKit. I believe you’re suffering from an LLM hallucination )-: See Determining if an entitlement is real.

If you write back with the exact entitlement causing this problem (the one you posted had a space in it), I’ll add it to that post for the benefit of everyone.

Share and Enjoy

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

Accepted Answer

As far as I know there are no entitlements associated with ActivityKit. I believe you’re suffering from an LLM hallucination )-: See Determining if an entitlement is real.

If you write back with the exact entitlement causing this problem (the one you posted had a space in it), I’ll add it to that post for the benefit of everyone.

Share and Enjoy

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

Thank you for your reply. I recreated my project and so far have no problems. Your article on determining if an entitlement is real is wonderful!

Automatic Signing failed and Provisioning profile is missing the activitykit
 
 
Q