Closed YangZhou91 closed 9 years ago
tar -xzf spatialite.tar.gz tar: Unrecognized archive format tar: Error exit delayed from previous errors. make[1]: * [/Users/Gavin/Desktop/libspatialite-ios/spatialite] Error 1 make: * [build_arches] Error 2
Xcode 6.2 with command tool installed.
A quick look revealed that the URL to libspatialite returns a HTTP 404 error. Thus the URL needs to be fixed.
Update: I'm working on a fix, should be out soon!
Should be fixed in commit f0c3b3c
tar -xzf spatialite.tar.gz tar: Unrecognized archive format tar: Error exit delayed from previous errors. make[1]: * [/Users/Gavin/Desktop/libspatialite-ios/spatialite] Error 1 make: * [build_arches] Error 2
Xcode 6.2 with command tool installed.