-
Notifications
You must be signed in to change notification settings - Fork 113
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
Issues with macOS Sequoia in 'Release' mode #128
Comments
I also have the same problem. |
I found the issue. It's in BlueRSA. We need this to get merged but not sure anyone maintains it anymore. |
Thanks all identifying the issue and submitting a bug fix. Swift-JWT 4.0.2 and BlueRSA 1.0.202 are pushed to SPM, hopefully addressing this issue. Please try it out and update here with the status. Hopefully SPM works for you as I can't really maintain cocoapods anymore. |
I have an app that reads / writes RS256 JWTs. What I'm noticing is when my app is compiled in 'Release' mode, it fails to decode JWTs. The error thrown is
JWTError.failedVerification
. But if I run the same app in Debug mode it's fine.This used to work fine pre macOS 15.
Did something change?
The text was updated successfully, but these errors were encountered: