Error on Xcode when I generate the development provisioning profile

I have a problem while publishing the app on the store. I have created the app in appstoreconnect with it's bundle ID and also on Xcode I have put the same ID but in Xcode those error occurs:

  1. The operation couldn’t be completed. (OSStatus error -2147416032.)
  2. No profiles for 'com.my.bundle' were found Xcode couldn't find any iOS App Development provisioning profiles matching 'com.my.bundle'.

In Xcode I have the option manage automatic signing checked.

I’m not sure what’s going on here but -2147416032 is 0x80010820 or CSSMERR_CSP_OPERATION_AUTH_DENIED, which suggests some sort of keychain issue.

% security error -2147416032
Error: 0x80010820 -2147416032 CSSMERR_CSP_OPERATION_AUTH_DENIED

If you create a new user account on your Mac, log in as that user, and retry from there, do you still see this error?

Share and Enjoy

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

Error on Xcode when I generate the development provisioning profile
 
 
Q