Terminal shows 0 identities found

Im trying to compile a free app from GitHub for personal use but i cant sign it since everytime im getting the same error "0 identities found".

I have added my Apple ID to Xcode accounts, but in manage certificates, it shows "status not in keychain".

On keychain access > login, it doesn’t show any Apple dev certificate obviously, and when I run security find-identity in terminal, I get a 0 identities found, 0 valid identities found.

I don’t know where to begin, every tutorial I find requires downloading a certificate from Apples Dev website but my account is a free developer, not paid. A few months ago I was able to compile this same app so I know I don’t need a paid dev account. Any help appreciated.

Let’s start with some basics. If you create a new app from one of Xcode’s templates, are you able to build, sign, and run it?

Choose a template based on the run target of the app you’re ultimately trying to run. For example, if you want to run this open source app on an iOS device, start with the iOS > App template, and then try running that project on your iOS device.

Share and Enjoy

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

Terminal shows 0 identities found
 
 
Q