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
Hi, I just installed your SwiftyPlistManager pod and tried to write a String data into the desired plist file. I get an error "fileNotWritten", what cause this error? I tried to write String data into String field. The key name is also correct. I only get this description in debug console:
SwiftyPlistManager] File not written successfully [SwiftyPlistManager] fileNotWritten [SwiftyPlistManager] An Action has been performed. You can check if it went ok by taking a look at the current content of the 'Others.plist' file: [SwiftyPlistManager] { "$archiver" = NSKeyedArchiver; "$objects" = ( "$null", "Fran\U00e7ais" ); "$top" = { "Selected Language" = "<CFKeyedArchiverUID 0x1c442b940 [0x1b379e538]>{value = 1}"; }; "$version" = 100000; }
It doesn't explain to me why it shows the "fileNotWritten" error.
Can you help me?
Thank you.
The text was updated successfully, but these errors were encountered:
Hi, I just installed your SwiftyPlistManager pod and tried to write a String data into the desired plist file. I get an error "fileNotWritten", what cause this error? I tried to write String data into String field. The key name is also correct. I only get this description in debug console:
SwiftyPlistManager] File not written successfully
[SwiftyPlistManager] fileNotWritten
[SwiftyPlistManager] An Action has been performed. You can check if it went ok by taking a look at the current content of the 'Others.plist' file:
[SwiftyPlistManager] { "$archiver" = NSKeyedArchiver; "$objects" = ( "$null", "Fran\U00e7ais" ); "$top" = { "Selected Language" = "<CFKeyedArchiverUID 0x1c442b940 [0x1b379e538]>{value = 1}"; }; "$version" = 100000; }
It doesn't explain to me why it shows the "fileNotWritten" error.
Can you help me?
Thank you.
The text was updated successfully, but these errors were encountered: