evgenyneu / keychain-swift

Helper functions for saving text in Keychain securely for iOS, OS X, tvOS and watchOS.
MIT License
2.82k stars 345 forks source link

Crash in getData #111

Closed zeusent closed 5 years ago

zeusent commented 5 years ago

Hi there!

So I've been using KeychainSwift for a couple of years now and it was always great and I had no problems with it. But now, after updating to latest MacOS Catalina and latest Xcode (11) it's crashing for me and my app is unusable because of it :(

Here's my setup:

Install method: Cocoapods (1.8.0.beta.2) Library version: 16.0.1 OS: 10.15 Beta (19A558d) Xcode: 11.0 (11A420a)

I've also seen this issue #63 but I don't see any fix for it.

Here's a screenshot of the crash:

Screenshot 2019-09-23 at 10 19 26
zeusent commented 5 years ago

Never mind. This was something else that was causing a recursive infinite loop which would crash in here in the end. Closing this since it's a non-issue