I have an Array containing Structs. I want to persistently store it. Core Data is a bit complicated for my liking! I've tried using an NSKeyedArchiver but It comes up with the error "cannot invoke achieve root object with an argument list of type ([Struct], toFile: String)
Any ideas would be really appreciated!