-
Notifications
You must be signed in to change notification settings - Fork 218
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
Deprecation warnings when targeting iOS 14+ #294
Comments
Hey Logan! Good to hear from you, and thanks for letting us know about this issue. The wrinkle with fixing this issue will be that the Valet/Sources/Valet/SinglePromptSecureEnclaveValet.swift Lines 17 to 18 in 56952ae
Given these warnings, and given that I think we'll treat this issue as a bugfix bump since from the warning it looks like Let me know your thoughts. cc @NickEntin |
Sure that makes sense! I can try to put a PR together for that next week. |
That approach sounds good to me 👍 |
Going to close this out. This warning is likely only occurring for you because you're using a custom build system – I just tested consuming Valet with SPM on a project that targets only the latest iOS and I saw no warnings. The approach described above I believe is still one we should take, but it isn't an issue that needs addressing today, and I'm trying to do a little roomba-ing. |
I'm using Valet via SPM and just started targeting iOS 14.
I'm seeing the following deprecation warnings from SecureEnclave.swift:
I generally try to treat warnings as errors and it would be great if these could be resolved. Let me know if you'd prefer I create a pull request or you'd like to fix the warnings yourselves. Thanks!
The text was updated successfully, but these errors were encountered: