-
Notifications
You must be signed in to change notification settings - Fork 441
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
Generics.swift:17:28: 'exported: true' has no effect in '_specialize' attribute #363
Comments
pod 'web3swift', :git => 'https://github.com/lvyikai/web3swift' I have used but it's fixed ,it's show some bugs |
let pkData = try! keystoreManager.UNSAFE_getPrivateKeyData(password: pw, account: ethereumAddress).toHexString() |
keystoreManager not found |
|
Create another file for keystore and you can use anywhere PLEASE LET ME KNOW IF THERE SNY ISSUE |
update your Podfile |
This problem is caused since the latest official release of web3swift is a bit old and uses CryptoSwift 1.0.0. |
This is a good solution and will work when you use Here is the same issue but in a different place. Note that there is an Unreleased version of the web3swift in CocoaPods repository that will solve this issue: https://cocoapods.org/pods/web3swift#changelog Here is my podspec:
Here is the output of
|
@skywinder Maybe there is something blocking you from releasing the "Unreleased" version? |
I have facing this issues when running ,this issues found in crypto swift frame work please check and fix it
The text was updated successfully, but these errors were encountered: