Hello! I'm new to xcode and am developing an iOS app. I hit the following error when build my app: MY_SHA no identity found Command CodeSign failed with a nonzero exit code
I have generated my certificate through xcode. I can see the Certificate and the private key in Keychain -> login. But it's not that private key is under the Certificate. They are listed in parallel. The certificate appears in Certificate tab but not in My Certificate Tab. Would that matter?
security find-certificate -a -Z | grep -A1 "Apple Development" Gives me the certificate.
But security find-identity -v -p codesigning give 0 valid identity found.
Could you help me figure out what could be the reason for this? I've been stuck for several days now. Thank you so much!