Skip to content
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

Closed
idivljak-htec opened this issue May 11, 2021 · 14 comments
Closed

Update CryptoSwift podspec #322

idivljak-htec opened this issue May 11, 2021 · 14 comments

Comments

@idivljak-htec
Copy link

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?

@J1Xiang
Copy link

J1Xiang commented May 12, 2021

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)".

@dangell7
Copy link

dangell7 commented May 30, 2021

Same here.

@dangell7
Copy link

This repo is now 4 minors behind in CryptoSwift. Considering that's the encryption repository, I think this needs escalation.

@manuG420
Copy link
Contributor

I would give @dangell7 5 thumbs up if i could

@dangell7
Copy link

I'm testing the #320 PR. Looks good so far..

Here is the pod change...

pod 'web3swift', :git => 'https://github.com/lvyikai/web3swift.git', :branch => 'develop'

@gorevoy
Copy link

gorevoy commented Jun 23, 2021

Yep, Xcode 12.5 not compiling old version of CryptoSwift ;(

@Iysbaera
Copy link
Collaborator

@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?

@gorevoy
Copy link

gorevoy commented Jun 23, 2021

@Iysbaera probably because i'm using CocoaPods, CryptoSwift left the same version, so to me it's not resolved. 🤷‍♂️

@BorjaCloobing
Copy link

I'm testing the #320 PR. Looks good so far..

Here is the pod change...

pod 'web3swift', :git => 'https://github.com/lvyikai/web3swift.git', :branch => 'develop'

indeed adding just pod 'web3swift', :git => 'https://github.com/lvyikai/web3swift'
works, as develop brach is the default branch, but i found an issue in this version, BIP32Keystore take a lot of time to create a response

@gorevoy
Copy link

gorevoy commented Jun 23, 2021

@BorjaCloobing @dangell7 fork from untrusted developer...

@BorjaCloobing
Copy link

@BorjaCloobing @dangell7 fork from untrusted developer...

any idea how to fix this, apart from downloading xcode 12.4?

@gorevoy
Copy link

gorevoy commented Jun 23, 2021

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.

@Iysbaera
Copy link
Collaborator

@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?

@skywinder
Copy link
Collaborator

updated in #334
We will bump the version pretty soon.

before next release you can use develop branch:

pod 'web3swift', :git => 'https://github.com/skywinder/web3swift.git', :branch => 'develop'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

8 participants