Provisioning profile doesn't support the Sign in with Apple capability.

Hi! I'm trying to add Sign in with Apple to my macOS app. I enabled this capability from the developer portal and created the corresponding certificate & provisioning profile (both of type Developer ID Application.) However, Xcode keeps prompting me that the profile doesn't support Sign in with Apple.

If I enable Automatically manage signing from Xcode, I can build and run the app but not distribute. If I turn it off and use the profile I got, it just keeps showing the errors below and doesn't even let me build.

Answered by DTS Engineer in 849263022

Sign in with Apple is not supported for Developer ID apps. See the Developer ID column in the table in Developer Account Help > Reference > Supported capabilities (macOS).

Share and Enjoy

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

Accepted Answer

Sign in with Apple is not supported for Developer ID apps. See the Developer ID column in the table in Developer Account Help > Reference > Supported capabilities (macOS).

Share and Enjoy

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

Provisioning profile doesn't support the Sign in with Apple capability.
 
 
Q