You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 16, 2025. It is now read-only.
Hello guys, I'm having a serious problem with Pantry. I didn't change anything from what I had before the update (it's a project that could wait). After this update, Pantry crashes at every pack call. I pack arrays (of every type, even custom structs that conforms to the Storable protocol) and other kind of stuff. Before the update everything was working good, not now.
One of the call is simple as :
Pantry.pack(self, key: pantryKeyCurrentUser)
Here crashes pointing me to this line (number 118 of file JSONWarehouse):
let data = try JSONSerialization.data(withJSONObject: storableDictionary, options: .prettyPrinted)
The error is EXC_BAD_INSTRUCTION (code = EXC_I386_INVOP, subcode = 0x0)