rebeloper/SwiftyPlistManager

save dictionary

zluo01 opened this issue · 0 comments

HI, thank you for the great package. However, I encounter some problems when i try to save the dictionary to plist using the package.

WARNING: You are saving a 'Dictionary<String, Any>' typed value into a '__NSCFDictionary' typed value.

In the same code , i see saving dictionary to the plist with the same type, I wonder what is the issues here.

Thank you