Skip to content
This repository was archived by the owner on Nov 7, 2022. It is now read-only.
This repository was archived by the owner on Nov 7, 2022. It is now read-only.

KeyClip.load error with Xcode 8 #16

@siideffect

Description

@siideffect

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions