Entitlement not being recognized by Xcode?

Hello!

I have never distributed an apple app before. Right now, I am trying to distribute a macOS app. I created a provisioning profile of type "Developer ID Application" and it has the following capabilities enabled.

Now, when I download the profile and use it for my app, xcode gives me the following error:

Lmk what I need to do since I am super unfamiliar with this process.

Replies

macOS supports two different distribution channels:

  • App Store

  • Direct distribution using Developer ID signing

Not all capabilities work in all environments. Developer Account Help has a table that shows you what’s what; see here.

The above accounts for your Sign in with Apple issue. The NE side of this is more complex. I have a post, Exporting a Developer ID Network Extension, that explains that story.

Share and Enjoy

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