Outdooractive / route-me

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

cannot link the libMapView.a to my project #136

Open ghost opened 10 years ago

ghost commented 10 years ago

I have tried to import the mapview as a sub project, I have linked the library in main project's build phases "target dependencies" and in "link with libraries" however I am getting the error

"Undefined symbols for architecture arm7: "_RMTileDummy", referanced from -[RMFractalTileProjection normaliseTile:] in libMapView.a(RMfractalTileProjection.0)

..... and there is more, is there a probelm with this or have I messed this up?