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

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

    Enter your login password, and select always allow, to avoid typing in your password multiple times.

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

    I pressed Deny by mistake and I was stuck, no way to code sign any Pods.

    This is how I solved the problem:

    • Open the keychain
    • look for the key com.apple.gs.xcode.auth.com.apple.account.AppleIDAuthentication.token
    • open it
    • click on the Access Control tab
    • at the bottom there's Always allow access for these applications: -> add Xcode in the list
    • Don't forget to press Save Changes

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

    Solve this problem by doing this.

    1. Enter your Mac Login Password and Choose "Always Allow"

    2. One or More dialogs opened and positioned in the same dialog, repeat step 1 until all dialogs closed. (So you thought your password wrong but repeat "Always Allow" with your Mac login password tricky part :) )

    Hope it will work.

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