-
Notifications
You must be signed in to change notification settings - Fork 19
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
Swift 5 #18
Comments
To fix the warning, use new method like this:
|
Thanks, @alobanov, Currently, we are working on the Swift versions(3,4,5) support. Your changes will come as part of this. |
It will be covered as part of the pull request #22 |
Fixed as the part of #22 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
file: cordova-plugin-aes256-encryption/PBKDF2.swift
warning: 'withUnsafeBytes' is deprecated: use
withUnsafeBytes<R>(_: (UnsafeRawBufferPointer) throws -> R) rethrows -> R
insteadsaltData.withUnsafeBytes
I need help in understanding the new withUnsafeBytes format. For now I can only build with swift 4. But i would like to build in Swift 5 too.
The text was updated successfully, but these errors were encountered: