-
Notifications
You must be signed in to change notification settings - Fork 443
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
CryptoSwift version is too low to work properly in Xcode12.5 #318
Comments
Same problem here. Any fix? |
|
The version of CryptoSwift has been specified in 1.0.0 (this version is not compatible with Swift 5.4) for pod, but it's supposed to upgrade to 1.4.0 if SPM. |
Fixed? |
I've added the pod in my Podfile:
but I've got an error:
Any hint of how to solve this until PR will be merged? |
@josehidalgoromero you need to modify CryptoSwift's version to |
change into pod 'web3swift', :git => 'https://github.com/lvyikai/web3swift' |
|
It still hasn't been fixed, I still specify my own fork library |
Why is this issue closed if it still fails? |
After I updated Xcode to 12.5 today, the program could not run, and finally located in the CryptoSwift library. The new version of CryptoSwift has solved the problem @_specialize(exported: true, where T == ArraySlice)
The text was updated successfully, but these errors were encountered: