So I made my first iPhone application, and I wanted to test it on my actual device. I clicked in Xcode's organizer "Use for Development," and then I accidentally typed the wrong password for my developer's account. Now whenever I try to test on my phone, I get:
Code Sign error: The identity 'iPhone Developer' doesn't match any valid, non-expired certificate/private key pair in your keychains
And I can't seem to figure out how to fix that. I tried doing something with provisioning profiles and it says that my team is too small.
How do I fix this?
Thank you!