Closed GZaccaroni closed 8 years ago
KeychainWrapper.defaultKeychainWrapper.set("ads", forKey: "boh") print(KeychainWrapper.defaultKeychainWrapper.string(forKey: "boh"))
That code actually prints nil.
Ok, it's not your fault. I have debugged the code and the error is -34018, reported in http://stackoverflow.com/questions/38456471/secitemadd-always-returns-error-34018-in-xcode-8-in-ios-10-simulator
That code actually prints nil.