You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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
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
The text was updated successfully, but these errors were encountered: