codesign wants to access key "access" in your bunch of keys

Hi,

my apps run on the iOSSimulator without problems and used to run on devices as well, but after updating to latest XCode-Version I am getting the above error message when trying to run an app on my iPhone 7. It says :


"codesign wants to access key "access" in your bunch of keys . To allow this enter your password".


... but my apple-Developer-ID-Password doesn't work.


And until updating to latest XCode-Version I never had any problems with codesign when running an app on iPhone device.


Any hints what's going wrong ?


XCode Version 9.1 (9B55)

iOS Version 11.1.2 (15B202)

Latest High Sierra Version, macbook Pro 2015

Post not yet marked as solved Up vote post of runner242 Down vote post of runner242
69k views

Replies

Only "Allow always" works for me.
Post not yet marked as solved Up vote reply of Zzz_ Down vote reply of Zzz_
None of this worked for me. So, I hit Deny and opened the Key Access app. I found the Apple Developer passkey and double clicked it. Clicked Access Control tab and hit "Allow all applications to access this item." It asked for a login again, and it WAS NOT the Apple Developer password that worked--it was my laptop code.
Reran the Flutter app -- Apple Developer password login popped up again, and I entered my laptop password again.
Flutter app running.
Don't input your password, NULL => then OK. It's work to me.
I try apple account password, mac password, iphone password but fail :D
  • Thanks!

  • Unbelievably, bafflingly, this worked for me as well. The answer was not to put in a password at all. How very zen. It boggles the mind.

    Thanks mate.... that was the last thing in the world I'd have tried. I'm not sure what to say to this ... but apparently I can look forward to a bit of a change in the Apple user experience, now that I'm switching over to the dev side. I mean .... What? How? and Why?

  • non sense but it works just leave it empty

Add a Comment

Thank's all of you, guys. Only empty field worked for me.

You can see how the dimming behind the codesign wants to access key dialog box gets thicker and thicker over time - that's because there are multiple dialog boxes stacked on top of each other. Typing the correct user password and clicking "Always Allow" seems to work for now.

@runner242 Thanks a lot! The issue is still there. I had the same problem. Your solution just helped me a lot!

When this message appears ".... wants access to key access" the window offers three options : Allow always, Deny, Allow. For some reason it did not work when I click on Allow, but it worked when I click on "Allow always". And yes : It's the user's password.