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

前端 未结 21 2485
余生分开走
余生分开走 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条回答
  •  -上瘾入骨i
    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

提交回复
热议问题