MobileWalletProtocol / wallet-mobile-sdk

An open protocol for mobile web3 apps to interact with wallets
https://mobilewalletprotocol.github.io/wallet-mobile-sdk/
Other
277 stars 105 forks source link

Bug: 'SymmetricKey' is only available in iOS 13.0 or newer #321

Open chocoford opened 4 months ago

chocoford commented 4 months ago

Describe the bug

'SymmetricKey' is only available in iOS 13.0 or newer

Steps

Just buid the porject depended on swift-web3model.

Expected behavior

Build success

Version

1.1.0

Additional info

Please update the Package.switf and modify the row describing platform. platforms: [.iOS(.v12)], -> platforms: [.iOS(.v13)],

Desktop

iOS

Smartphone

No response

alexanderkhitev commented 2 months ago

Hello! Any news/updates?