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

product '_CryptoExtras' not found in 'swift-crypto' #52

Open
MiaKoring opened this issue Feb 7, 2024 · 2 comments
Open

product '_CryptoExtras' not found in 'swift-crypto' #52

MiaKoring opened this issue Feb 7, 2024 · 2 comments

Comments

@MiaKoring
Copy link

product '_CryptoExtras' required by package 'citadel' target 'Citadel' not found in package 'swift-crypto'

Thats the error I get. I just added version version 0.7.0 as dependency to my package. I tried 0.6.0 as well, but the error persists

@MiaKoring
Copy link
Author

This is probably caused from Citadel allowing old versions of swift-crypto where it may doesn't exist. When the error occured i had swift crypto 1.1.7, with swift crypto 2.0.0 it seems to work. maybe you should update Citadel to depending on swift-crypto 2.0.0 upwards or such, I'm not sure when _CryptoExtras was added

@Joannis
Copy link
Member

Joannis commented Feb 19, 2024

The problem with the newer Crypto/_CryptoExtras versions it that I need to vendor my own BoringSSL, since Apple removed APIs I was leaning on for RSA support. I've yet to discuss a proper workaround with them

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

2 participants