-
Notifications
You must be signed in to change notification settings - Fork 440
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
Update CryptoSwift podspec #322
Comments
I get this error today after my Xcode update to 12.5, I try to update CryptoSwift, but Cocopods said "web3swift was resolved to 0.3.6, which depends on CryptoSwift (~> 0.8.3)". |
Same here. |
This repo is now 4 minors behind in CryptoSwift. Considering that's the encryption repository, I think this needs escalation. |
I would give @dangell7 5 thumbs up if i could |
I'm testing the #320 PR. Looks good so far.. Here is the pod change...
|
Yep, Xcode 12.5 not compiling old version of CryptoSwift ;( |
@gorevoy @idivljak-htec Hey, we merged the above mentioned PR to develop, so it should be fine now. Could you please check if the issue have been resolved? |
@Iysbaera probably because i'm using CocoaPods, CryptoSwift left the same version, so to me it's not resolved. 🤷♂️ |
indeed adding just pod 'web3swift', :git => 'https://github.com/lvyikai/web3swift' |
@BorjaCloobing @dangell7 fork from untrusted developer... |
any idea how to fix this, apart from downloading xcode 12.4? |
Imported it as source code and added dependencies in pod file, but there's another issue because of outdated Starscream version. Probably will switch to another repo. zeriontech has the same issue with CryptoSwift, but if it added as source code with pod dependencies - everything is fine in Xcode 12.5. |
@gorevoy @BorjaCloobing Hey, I'd like to clarify which branch are you using right now? We just recently merged a few very useful PR's to the develop. However, master is still a bit outdated. Coulld you please check if you encounter same problems in develop? |
updated in #334 before next release you can use develop branch:
|
Hi, i am receiving this error ("'exported: true' has no effect in '_specialize' attribute") in CryptoSwift library. I think this is connected to the issue that you are using older versions of library(1.0.0). Can you update podspec?
The text was updated successfully, but these errors were encountered: