Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

OSStatus: -34018, message: A required entitlement isn't present. #1358

Open
gemcoder21 opened this issue May 17, 2024 · 2 comments
Open

OSStatus: -34018, message: A required entitlement isn't present. #1358

gemcoder21 opened this issue May 17, 2024 · 2 comments
Labels
bug Something isn't working

Comments

@gemcoder21
Copy link

gemcoder21 commented May 17, 2024

Describe the bug
I just went to upgrade WalletConnect Swift SPM from 1.9.0 to 1.18.8 and start to receive an error: OSStatus: -34018, message: A required entitlement isn't present.

SDK Version

  • Client: Swift
  • Version 1.9.0

Expected behavior
Seamless upgrade from 1.9.0 to 1.18.8 to versions

Device (please complete the following information):

  • Device: Simulator
  • OS: iOS 17
@gemcoder21 gemcoder21 added the bug Something isn't working label May 17, 2024
@hugoct
Copy link

hugoct commented May 23, 2024

I was facing this issue too.

I was able to fix it, by adding an AppGroup record in my app's entailment file.

Screenshot 2024-05-23 at 16 38 03

You need to pass the the group name in the groupIdentifier parameter of Networking.configure method.

@livid
Copy link

livid commented Jun 23, 2024

Today, we encountered OSStatus: -34018, message: A required entitlement isn't present. when building a macOS app with WalletConnectV2. It turned out that you will also need to add Keychain Sharing capability for macOS app.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants