This is the first question I've ever posted.
I am trying to run an Xcode 9.0.1 project on an iPhone 6 Plus and these three errors come up:
Code Signing Error: The user name or passphrase you entered is not correct.
Code Signing Error: No signing certificate "iOS Development" found: No "iOS Development" signing certificate matching team ID "KP3X78QM3M" with a private key was found.
Code Signing Error: Code signing is required for product type 'Application' in SDK 'iOS 11.0'
I suspect this is caused by Xcode not being able to read the developer certificates on my computer. This is what the General tab looks like under Signing. Clicking "Try Again" will generate a new certificate but all of the errors still remain.
I checked the Keychain Access application and it has an iPhone developer certificate, although I'm not sure if anything else is missing.
I've looked up similar questions and started reading Apple's Xcode troubleshooting guide but I am still confused and don't want to accidentally modify anything important.
I desperately need to fix this issue; if there is an Apple support email or someone I can contact in person about this, that would be amazing.
Thanks in advance!