0

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!

Jason Fox
  • 5,115
  • 1
  • 15
  • 34

1 Answers1

0

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.

Amar
  • 13,202
  • 7
  • 53
  • 71
  • Thanks. I checked and tried, but i got error when exec this command "sh build_ios -p $PWD/device_build device" checking for C compiler default output file name... configure: error: in `/Users/admin/geos-3.2.2': configure: error: C compiler cannot create executables – Sudheshna_suri Feb 25 '14 at 08:02
  • @Sudheshna_suri Maybe you need to update your command line tools for Xcode. Take a look at this Q&A: http://stackoverflow.com/questions/10357804/configure-error-c-compiler-cannot-create-executables – Amar Feb 25 '14 at 08:34
  • I run app finally, it workes.... but i want to only load WKB geomentry in mapView. when i try it getting crash – Sudheshna_suri Feb 27 '14 at 10:58
  • @Sudheshna_suri You can ask new question along with crash report, relevant code and any other details. – Amar Feb 27 '14 at 11:21