Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Does not save edit or add new values #9

Open
Erik262 opened this issue Jul 4, 2018 · 1 comment
Open

Does not save edit or add new values #9

Erik262 opened this issue Jul 4, 2018 · 1 comment

Comments

@Erik262
Copy link

Erik262 commented Jul 4, 2018

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!   
 ✌️

@JoueBien
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants