jrendel / SwiftKeychainWrapper

A simple wrapper for the iOS Keychain to allow you to use it in a similar fashion to User Defaults. Written in Swift.
MIT License
1.59k stars 340 forks source link

KeychainWrapper.swift crashes #65

Closed peterprokop closed 7 years ago

peterprokop commented 8 years ago

On this line: keychainQueryDictionary[SecAttrAccessible] = accessibility.keychainAttrValue

screen shot 2016-09-23 at 11 05 27

This happens very rarely, but do you have any ideas why it could happen?

jrendel commented 8 years ago

Do you remember what the actual crash was?

peterprokop commented 8 years ago

@jrendel Here's more info: screen shot 2016-09-26 at 14 19 26 screen shot 2016-09-26 at 14 19 22

Unfortunately, couldn't reproduce it on device/simulator, so only Fabric log are available

jrendel commented 8 years ago

I just noticed your syntax is the old pre-swift 3 version of the library. Have you had a chance to update to Swift 3 yet?