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

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

    Following worked for me!

    1. open keychain-management on your Mac
    2. select "login" on the left pane
    3. look for the key which is causing this issue. Mine was iOS Developer...
    4. double-click the key and select "Allow access to all programs" in the access column

    Restart Xcode and try to build again. It will ask you again but with the additional option to "Always allow. Enter your macOS user password as password and press "Always allow".

    Let me know if it worked for you.

提交回复
热议问题