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

App crash after migrate from Web3Wallet to WalletKit #47

Open
nghiepdaocong opened this issue Oct 30, 2024 · 1 comment
Open

App crash after migrate from Web3Wallet to WalletKit #47

nghiepdaocong opened this issue Oct 30, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@nghiepdaocong
Copy link

Describe the bug
A clear and concise description of what the bug is.
I upgraded the app following the guide: https://docs.reown.com/walletkit/upgrade/from-web3wallet-ios but the app crashed after launch with fatalError below:

guard let configURL = Bundle.resourceBundle.url(forResource: "PackageConfig", withExtension: "json") else {
            fatalError("Unable to find PackageConfig.json in the resource bundle")
        }

I imported lib via: pod 'reown-swift', :git => 'https://github.com/reown-com/reown-swift.git', :tag => '1.0.4'
Infomation

  • Xcode 15.4
  • iPhone 13 - iOs 18.1
@nghiepdaocong nghiepdaocong added the bug Something isn't working label Oct 30, 2024
@llbartekll
Copy link
Collaborator

hey @nghiepdaocong, we may deprecate cocoapods soon, could you switch to SPM?

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

2 participants