SwiftyPlistManager icon indicating copy to clipboard operation
SwiftyPlistManager copied to clipboard

Does not save edit or add new values

Open Erik262 opened this issue 7 years ago • 1 comments

Hello,

nice work you have done! :) I get always a "An Action has been performed..." notification but the PlistManager didn't save any values, but recognized when I'm saving an existing one. Where could the problem be?

Thanks!     ✌️

Erik262 avatar Jul 04 '18 20:07 Erik262

I thought I was having the same issue today but:

In my case the "SwiftyPlistManager.shared.save()" function unexpectedly returns true when you use a key that dose not exist in the plist. In this case the save function won't store the new key/obj pair.

When I swapped over to "SwiftyPlistManager.shared.addNew()" the library started creating new values correctly.

JoueBien avatar Nov 12 '18 06:11 JoueBien