andreacremaschi / SpatialDBKit

An Objective-C lightweight spatial RDBMS (based on SQLite/SpatiaLite)
Other
73 stars 67 forks source link

issues with Xcode 5 #2

Closed GerardoGranados closed 10 years ago

GerardoGranados commented 11 years ago

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.

andreacremaschi commented 11 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

GerardoGranados commented 11 years ago

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.

andreacremaschi commented 11 years ago

ouch you're right.. I will have a look at this. Thank you

andreacremaschi commented 10 years ago

this was fixed with a cocoapods library update, closing