I created a tar file using the tar -cf command like it says on the Light-Untar-for-iOS documentation. When I run:
NVHTarGzip.shared().unTarFileAtPath(path, toPath: destinationPath, completion: { (error:NSError!) -> Void in
println("Finished (error)")
})
I get an error back with Code = 1 "Invalid block type found". I can't figure out what I'm doing wrong, any suggestions?
I created a tar file using the tar -cf command like it says on the Light-Untar-for-iOS documentation. When I run:
NVHTarGzip.shared().unTarFileAtPath(path, toPath: destinationPath, completion: { (error:NSError!) -> Void in
println("Finished (error)")
})
I get an error back with Code = 1 "Invalid block type found". I can't figure out what I'm doing wrong, any suggestions?