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
{{ message }}
This repository was archived by the owner on Nov 7, 2022. It is now read-only.
Hello, i was trying to implement this wrapper for keychain, but i definitely got some problem working with swift 3 on the new Xcode 8, when trying to reading a key from the keychain.
The problem is related to the (simple) class func load, which gets just the key to perform loading)
In terms of code:
//This line produces the error Ambiguous use of 'load(_:failure:)' KeyClip.load("my_key")
Just to let you know, i will try to use the load with closure, as it does not produce any error
Thank you for the attention.
Hello, i was trying to implement this wrapper for keychain, but i definitely got some problem working with swift 3 on the new Xcode 8, when trying to reading a key from the keychain.
The problem is related to the (simple) class func load, which gets just the key to perform loading)
In terms of code:
//This line produces the error Ambiguous use of 'load(_:failure:)'KeyClip.load("my_key")Just to let you know, i will try to use the load with closure, as it does not produce any error
Thank you for the attention.