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

CryptoSwift version is too low to work properly in Xcode12.5 #318

Closed
Lvykk opened this issue Apr 27, 2021 · 10 comments
Closed

CryptoSwift version is too low to work properly in Xcode12.5 #318

Lvykk opened this issue Apr 27, 2021 · 10 comments

Comments

@Lvykk
Copy link

Lvykk commented Apr 27, 2021

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)

@josehidalgoromero
Copy link

Same problem here. Any fix?

@Lvykk
Copy link
Author

Lvykk commented Apr 27, 2021

Same problem here. Any fix?
This problem can be solved after upgrading the CryptoSwift version to 1.3.8. I forked the copy and modified it. A pull request has been submitted

@Shvier
Copy link

Shvier commented Apr 28, 2021

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.

@ChuanqingYang
Copy link

Same problem here. Any fix?
This problem can be solved after upgrading the CryptoSwift version to 1.3.8. I forked the copy and modified it. A pull request has been submitted

Fixed?

@josehidalgoromero
Copy link

josehidalgoromero commented Apr 29, 2021

I've added the pod in my Podfile:

pod 'web3.swift.pod', :git => 'https://github.com/lvyikai/web3swift'

but I've got an error:

Pre-downloading: 'web3.swift.pod' from 'https://github.com/lvyikai/web3swift' [!] Unable to find a specification for 'web3.swift.pod'

Any hint of how to solve this until PR will be merged?

@Shvier
Copy link

Shvier commented Apr 29, 2021

@josehidalgoromero you need to modify CryptoSwift's version to 1.4.0 in this file
I fixed the issue with this workaround. But you must mention that the latest code on master has a breaking change and it's not compatible with the previous version, so you can rebase the code to 2.3.0 then do the trick.

@Lvykk
Copy link
Author

Lvykk commented Apr 30, 2021

我已经在我的Podfile中添加了pod:

pod 'web3.swift.pod', :git => 'https://github.com/lvyikai/web3swift'

但我犯了一个错误:

Pre-downloading: 'web3.swift.pod' from 'https://github.com/lvyikai/web3swift' [!] Unable to find a specification for 'web3.swift.pod'

有没有提示要怎么解决直到PR合并?

change into pod 'web3swift', :git => 'https://github.com/lvyikai/web3swift'

@Lvykk
Copy link
Author

Lvykk commented Apr 30, 2021

Same problem here. Any fix?
This problem can be solved after upgrading the CryptoSwift version to 1.3.8. I forked the copy and modified it. A pull request has been submitted

Fixed?

Same problem here. Any fix?
This problem can be solved after upgrading the CryptoSwift version to 1.3.8. I forked the copy and modified it. A pull request has been submitted

Fixed?

@Lvykk Lvykk closed this as completed Apr 30, 2021
@Lvykk Lvykk reopened this Apr 30, 2021
@Lvykk
Copy link
Author

Lvykk commented Apr 30, 2021

Same problem here. Any fix?
This problem can be solved after upgrading the CryptoSwift version to 1.3.8. I forked the copy and modified it. A pull request has been submitted

Fixed?

It still hasn't been fixed, I still specify my own fork library

@Lvykk Lvykk closed this as completed Apr 30, 2021
@josehidalgoromero
Copy link

Why is this issue closed if it still fails?

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

4 participants