-
Notifications
You must be signed in to change notification settings - Fork 11
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
Xcode warning due to outdated dependency #5
Comments
Which version of Xcode are you using? (Starscream/web3swift has not released the latest version. 12.5 still fetches the older version of startscream) |
@rathishubham7 i'm using Xcode 12.5. The versions have been released, see below Starscream merged a PR to handle this in July 2020: daltoniam/Starscream#807 The problem is the version of web3Swift that this repo uses is very far behind |
There's a manifest parsing bug in the released version of web3swift. I can not pin the package to a branch because of the following (from swift documentation):
Another solution is to update the fork. |
This has been fixed in the latest commit. |
There is a warning in xcode when including this package thats coming from a dependency way down the chain. The problem is that you are using a fork of web3swift: https://github.com/rathishubham7/web3swift . This is using an outdated version of
starscream
and the fork itself is ~100 commits behind the official library.I'm trying to keep my xcode clean and also very concerned about how outdated the dependencies are across these libraries. Can you please spend some time updating these? i've had to deal with a large number of issues and workarounds so far to get this imported, but I can't do anything about this one.
The text was updated successfully, but these errors were encountered: