I am ready to write my NSMutableDictionary to a stream (file) using
CFPropertyListWriteToStream. However, no matter what I do, the file is
created but no data is written to it.
The docs say that an NSDictionary can be passed in the CFPropertyListRef
param of CFPropertyListWriteToStream, which is what I am doing. However,
I still can't get a valid .plist file.
Do I need to do something to the NSDictionary data such as serializing
it before I write it out?