I have numerous Plist files that contains dictionaries in a project and I find that they reliably forget the data type of various entries and default to NSString.
For example, I might have a PLIST containing a dictionary with several keys set to a type of NSNumber, and after closing and reopening Xcode they all get defaulted to NSString.
Is this a known issue? Is there a way I can avoid it? Changing the types of dozens of values every time I restart Xcode gets pretty annoying.