-
Notifications
You must be signed in to change notification settings - Fork 447
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
Use of undeclared identifier 'uint' in scalar_4x64_impl #869
Comments
Did you find a solution to this issue? |
I just replaced uint with unsigned int. |
Yeah, the same is here... |
I have fixed there: |
Fixed in 3.2.2 release https://github.com/web3swift-team/web3swift/releases/tag/3.2.2 |
Cocopods Unable to find version 3.2.2 |
Hey @Martin-max-art yeah, it is, unfortunately we've deprecated cocoapods support to date. Sorry about that. But you can add this package as spm dependency instead of cocoapods one even in cocoapods based project. |
What happened?
After update to XCODE 16 / SEQUOIA the compiler ran into an error in scalar_4x64_impl.h. I had to change (uint) to (unsigned int) here.
What are the steps to reproduce?
Compile existing code
What is the expected behavior?
Compiling without errors
What is the error thrown?
Compiler error: Use of undeclared identifier 'uint'
What's the stack trace said?
Sources/secp256k1/scalar_4x64_impl
OS version
macOS 15.0 / xcode 16
Library version
Latest
The text was updated successfully, but these errors were encountered: