kishikawakatsumi / KeychainAccess

Simple Swift wrapper for Keychain that works on iOS, watchOS, tvOS and macOS.
MIT License
7.92k stars 785 forks source link

Tests fail in swift package #531

Open nick3389 opened 2 years ago

nick3389 commented 2 years ago

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?

tichise commented 2 years ago

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

peseriusz commented 4 months ago

Same here. Adding Keychain groups doesn't help.

okuchmii commented 2 months ago

Any updates? facing exactly same issue when running tests in SPM package