SwiftyPlistManager
SwiftyPlistManager copied to clipboard
Does not save edit or add new values
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! ✌️
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.