KeychainAccess icon indicating copy to clipboard operation
KeychainAccess copied to clipboard

Tests fail in swift package

Open nick3389 opened this issue 2 years ago • 3 comments

Hi,

I converted my library to a swift package and made the transition to SPM for all dependencies. The issue I am facing now is that all my tests are failing because of this:

Internal error when a required entitlement isn't present, client has neither application-identifier nor keychain-access-groups entitlements.

I believe it's an error because Keychain is used. Do you know how to overcome this or is this a limitation?

nick3389 avatar Oct 31 '21 14:10 nick3389

I'm facing the same problem. I'm investigating a solution.

tichise avatar Jan 31 '22 07:01 tichise

Same here. Adding Keychain groups doesn't help.

peseriusz avatar May 01 '24 19:05 peseriusz