You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: