Activate capabilities

Apple Recommended

Replies

In Xcode,
  • select the project (blue icon at the top of file browser)

  • Select Project section

  • Select Signing and Capability tab

  • click on plus (+) sign next to Capability tab

  • in the list of capabilities, select Sign With Apple (at the end of the list)

These tutorials may help you
https ://www.raywenderlich. com/4875322-sign-in-with-apple-using-swiftui
https ://www.iosapptemplates. com/blog/ios-development/sign-in-with-apple-swift

Don't forget to close the thread if you're OK.
Good continuation in your project.
Hi,

Thanks for your reply! I did exactly what they did in the tutorial. But "Sign in with Apple" was not in the list. Look at the link for the screenshot.

https: //drive.google. com/file/d/1Zkh02sl7iqjfyKrHDOOolivGI7yC45g7/view?usp=sharing

What can I do to fix this?

@SemJelle
When you mark the correct answer, it should be the correct answer, not your own acknowledge. In this case, correct answer is eskimo's.

When you mark the correct answer, it should be the correct answer

Quite. And while I can’t fix that, I can apply the Apple Recommended status (-:

Share and Enjoy

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

Hello I have the same issue but:

  1. I have active apple developer subscription
  2. I'm signed in as that user/team in xcode

Still I don't see the 'Sign in with Apple' capability

Let’s check whether this is an Xcode problem or an account problem. If you go to Certificates, Identifiers & Profiles section of the Developer website and create a new App ID, does Sign in with Apple show up there?

IMPORTANT Make sure you have the correct team selected at the top right of the page.

Share and Enjoy

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

Hey thanks! I did that and created a new provisioning profile, downloaded it, and added it to xcode.I also added my domain email sources and now it works!