tags:

views:

11

answers:

1

I need to save/load a NSMutableArray of NSDictionarys to a file in the application directory. Apparently this does not work like on the iPhone ([array writeToFile] & arrayWithContensOfFile]). How is this done on a mac. Thank you. (sorry for the stupid question)

A: 

The problem was that I had a NSAttributedString in the dictionary . Apperently this can not be saved to a plist.