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?
Xcode6-Beta.appin the path toswift, which is the very first beta apple released. You should definitely upgrade to the lates version. (As of today that is Beta 2) - Stefan Arentz