Codesign wants to access key “access” in your keychain, I put in my login password but keeps asking me

前端 未结 21 2419
余生分开走
余生分开走 2021-01-29 18:00

I\'m trying to learn to load apps on my iPhone from Xcode. When I do I keep getting \"Codesign wants to access key \"access\" in your keychain, I put I my login password but i

相关标签:
21条回答
  • 2021-01-29 18:19

    A reboot prevents it from opening the dialog.

    0 讨论(0)
  • 2021-01-29 18:21

    Had the same issue. It was fixed after I entered my mac user password and hit Always Allow.

    0 讨论(0)
  • 2021-01-29 18:23

    Enter the password you use to open you Mac session and click on "Always allow" until all alerts are closed. The other buttons do not work...

    0 讨论(0)
  • 2021-01-29 18:24

    Okay Guys, after literally 2,5 hours of trying to fix that error I managed to find a solution that worked on my two Mac Machines. These are the steps I did:

    1. Open Xcode -> Preferences
    2. Go to the Accounts Tab
    3. Click the button on the bottom right telling 'Manage certificates'
    4. Look for the name of the certificate
    5. Open the keychain manager
    6. Select in the menu the Sign-In tab
    7. Do a right-click and then delete on the certificate that was named in the Xcode settings page before
    8. Go back into Xcode and see Xcode creating a new certificate(The window will be empty for a couple of seconds and then there will a new certificate lighten up.
    9. Rerun your app

    I hope that could help you guys. It helped me a lot! :)

    Liam

    0 讨论(0)
  • 2021-01-29 18:25

    For me, I realized one of the dialogs was opened in another workspace. Once I discovered that and input my password there it went through.

    0 讨论(0)
  • 2021-01-29 18:25

    For me XCode had expired my login...XCode-Preferences - saw it had logged me out, loged back in. Only came up with this solution by chance thanks to a related post here that took me to preferences in XCode !

    0 讨论(0)
提交回复
热议问题