Outdooractive / route-me

Open source map library for iOS
Other
122 stars 400 forks source link

Trunk doesn't build #107

Closed BLamy closed 11 years ago

BLamy commented 11 years ago

The trunk is broken FMDatabase is missing If you try checkout a copy of FMDB then place it in there you are greeted with a ton of linker errors was unable to get it to compile layered map.

tracyharton commented 11 years ago

You have to init submodules, ie:

git submodule init

BLamy commented 11 years ago

NVM got it to work after updating the submodules I had to add CoreLocation.framework.