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

前端 未结 21 2851
余生分开走
余生分开走 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: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

提交回复
热议问题