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
guard let configURL = Bundle.resourceBundle.url(forResource: "PackageConfig", withExtension: "json") else {
fatalError("Unable to find PackageConfig.json in the resource bundle")
}
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:
I imported lib via: pod 'reown-swift', :git => 'https://github.com/reown-com/reown-swift.git', :tag => '1.0.4'
Infomation
The text was updated successfully, but these errors were encountered: