Reputation: 439
After build my app, I got error with codesign wants to access key "access" in your keychain and multiple popup as shown in screenshot attached:
I would like to ask how to fix this error? After entering all the password didn't solve the issue. Clicking "Always Allow" didn't solve the issue either. Many thanks.
Upvotes: 9
Views: 6472
Reputation: 315
Enter your password and then Click on Always Allow. That did the job for me.
Upvotes: 4
Reputation: 116
You have to allow codesign
in the access list:
security set-key-partition-list -S apple-tool:,apple:,codesign: -s -k keychainPass
Upvotes: 10