We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
When compiling with Xcode 16, secp256k1.c prompts Use of undeclared identifier 'uint'.
Use of undeclared identifier 'uint'
No response
The text was updated successfully, but these errors were encountered:
Hi,
I have the same problem on my side and I haven't found a solution yet.
Best regards
Sorry, something went wrong.
#include <sys/types.h>
What context is your feature request related to? When compiling with Xcode 16, secp256k1.c prompts Use of undeclared identifier 'uint'. What solution would you like? When compiling with Xcode 16, secp256k1.c prompts Use of undeclared identifier 'uint'. Any additional context? No response
I can just change to unsigned int in development, but how to do in CI/CD environment? Should we migrate to specp256k1.swift?
unsigned int
We discuss it there and have a solution but it seems to be failed for some reasons.
#869
Cocopods Unable to find version 3.2.2
No branches or pull requests
What context is your feature request related to?
When compiling with Xcode 16, secp256k1.c prompts
Use of undeclared identifier 'uint'
.What solution would you like?
When compiling with Xcode 16, secp256k1.c prompts
Use of undeclared identifier 'uint'
.Any additional context?
No response
The text was updated successfully, but these errors were encountered: