I get this compile error:
Command /Applications/Xcode6-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift failed with exit code 1
with this function:
func saveChanges()->Bool {
var path = self.itemArchivePath()
return NSKeyedArchiver.archiveRootObject(self.someArray, toFile: path)
}
Any thoughts?