Codesign wants to access key “access” in your keyc

2020-05-10 23:44发布

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 it keeps popping up over and over. I've tried my computer login so many times, apple account password, and many others.

enter image description here

19条回答
地球回转人心会变
2楼-- · 2020-05-11 00:17

I had the same problem: while building iOS release for Flutter project, was asked for keychain password, entered Apple ID password for developer account, no luck. Finally succeeded by entering password for computer I was using (which was an on-line mac server). Hope that helps.

查看更多
爱情/是我丢掉的垃圾
3楼-- · 2020-05-11 00:20

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

查看更多
三岁会撩人
4楼-- · 2020-05-11 00:21

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

codesign access

查看更多
小情绪 Triste *
5楼-- · 2020-05-11 00:23

The same dialog asking for the KeyChain password has 3 buttons. Most likely the wanted password is that for logging in to your Mac. If you press "Allow" it only works for some tiny aspect and will ask again, which is very puzzling. You need to press "Always Allow". The verification team at Apple is very weak, they need some 'normal' developers in the design team for the chain of events to get an app in the app store. Normal developers have very sketchy ideas about KeyChains and Certificates and Profiles.

查看更多
干净又极端
6楼-- · 2020-05-11 00:24

What helped me was to enter the incorrect password. After that, when entereing the correct password, new dialogs started to open in different places of the workspace. I had to enter the correct password about 20 times hitting Always allow. Which helped!

查看更多
混吃等死
7楼-- · 2020-05-11 00:26

I was also having the problem while running the carthage script in the build phase. (Xcode 9) I get that dialog for each and every framework I had added plus the app itself. You can see a very dark shadow growing. I could bypass it by entering the password every time and hitting "Always Allow".

查看更多
登录 后发表回答