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

Undefined Symbols During Xcode Build Related to Groth16 and WitnessCalc Functions #457

Open
trineeshasanduni opened this issue Nov 12, 2024 · 3 comments
Assignees
Labels
bug Something isn't working

Comments

@trineeshasanduni
Copy link

I'm encountering linker errors when trying to build my project in Xcode (for the iPhone simulator). The errors suggest that certain symbols related to groth16 and witnesscalc functions are missing. Here are the specific errors I’m seeing:
Undefined symbol: _groth16_prover
Undefined symbol: _witnesscalc_authV2
Undefined symbol: _witnesscalc_credentialAtomicQueryMTPV2
Undefined symbol: _witnesscalc_credentialAtomicQueryMTPV2OnChain
Undefined symbol: _witnesscalc_credentialAtomicQuerySigV2
Undefined symbol: _witnesscalc_credentialAtomicQuerySigV2OnChain
Linker command failed with exit code 1 (use -v to see invocation)

Are these functions (_groth16_prover, witnesscalc*) expected to be provided by a specific library or framework?
Is there a dependency I might be missing in the project setup or in Podfile?
Are there any known compatibility issues with certain Xcode versions or simulator configurations for these functions?

Copy link

github-actions bot commented Dec 3, 2024

This issue is stale because it has been open 20 days with no activity. Remove stale label or comment or this will be closed in 10 days.

@github-actions github-actions bot added the Stale label Dec 3, 2024
Copy link

This issue was closed because it has been stalled for 10 days with no activity.

@github-actions github-actions bot closed this as not planned Won't fix, can't repro, duplicate, stale Dec 14, 2024
@5eeman 5eeman reopened this Dec 14, 2024
@5eeman 5eeman self-assigned this Dec 14, 2024
@5eeman 5eeman added bug Something isn't working and removed Stale labels Dec 14, 2024
@5eeman
Copy link
Contributor

5eeman commented Dec 14, 2024

Hi, @trineeshasanduni
Please specify which branch did you encountered this issue on?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants