Closed GerardoGranados closed 10 years ago
you should definitely try CocoaPods
Create a file named 'Podfile' in the root of your project with this inside:
platform :ios, '5.0' pod 'SpatialDBKit'
gem install cocoapods
pod install
open the workspace instead of the .xcodeproj and you're done
Thank you for your quick answer.
Yes I did try CocoaPods and I'm using the workspace but is not working, at least for me. The projects are retrieved successfully but the libraries are not created.
ouch you're right.. I will have a look at this. Thank you
this was fixed with a cocoapods library update, closing
I'm trying to use SpatialDBKit so I started trying to build ShapeKitMaster but it failed.
it seems XCode 5 doesn't include
/Applications/Xcode.app/Contents/Developer/usr/bin/cpp
any longer and that prevent the Geos library and others to compile successfully.