Search code examples
iphoneiosxcodeipadkeychain

Run project issue (always asks login and passwords)


I chached my keychain (deleted some keys, because I had too many unnecessary keys and certificates in keychain).

And now, when I run any project, I'm asked to enter my system login and password.

enter image description here

When I enter, I'm not asked to save password in keychain. The app is starting successfully, but when I try to run project one more time, the loggin window appears anyway.

How to get rid of it?


Solution

  • The problem was that your certificate on Keychain was under "System", on the left hand panel, which is always locked, requiring my password to unlock!

    Then You moved it to "login", which is always unlocked, and now everything works perfectly. The annoyance of xCode asking for the password is gone.

    So my suggestion is that please create new new keychain and insert all certificate which uses into Development.

    this may solve your problem 100%.