matthewpalmer/Locksmith

Crashing after running updateData.

Closed this issue · 0 comments

I'm running Locksmith 3.0.0, using Xcode 9 and Swift 4.

There seems to be an odd issue, where when I run:

try Locksmith.updateData()

I get a SIGABRT error, and get the following in the console:

2017-06-22 10:30:05.440741-0400 MyApp[2725:34781] -[_SwiftValue encodeWithCoder:]: unrecognized selector sent to instance 0x7ff591627130
2017-06-22 10:30:05.444448-0400 MyApp[2725:34781] *** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '-[_SwiftValue encodeWithCoder:]: unrecognized selector sent to instance 0x7ff591627130'

I don't know what I'm doing incorrectly, and when running updateData in other places, everything is perfectly fine.