I downloaded shapekit for GeoWKB/WKT format to show in MapView for iOS from github, but .a files are missing in it.
Can anyone help me on this?
Thanks in Advance!
Read through the Github page there are instructions to build Shapekit. Please follow them.
ShapeKit depends on GEOS and PROJ. There is a build script in lib_src which will automate downloading and building universal libraries for both ARMv7 and x86 (simulator) and will copy the libraries and headers to the ShapeKit library directory. To use it, simply run the build_libs.sh script in the lib_src directory to install the libraries.