chgrier / Map-Compare

An iOS app that allows the user to compare Mapbox Mobile maps with native Apple Maps in one view.
3 stars 0 forks source link

Podfile missing #1

Open kkaefer opened 8 years ago

kkaefer commented 8 years ago

It'd be cool to ship a podfile directly with this app to facilitate installation. The default Podfile listed on https://www.mapbox.com/guides/first-steps-ios-sdk/#cocoapods should work. However, upon compiling, I'm getting this error:

.../Map-Compare/MapBox/MyAnnotation.h:11:9: 'MapboxGL/MGLAnnotation.h' file not found
chgrier commented 8 years ago

Hi Konstantin, Thanks for your interest in my project and bringing these issues to my attention. I'm looking into the errors and will have a fix this afternoon.

chgrier commented 8 years ago

Konstantin-- I have included the Podfile for the latest Mapbox iOS SDK. This was good lesson learned to include the Podfile and keeping everything in sync!

I updated the code to reflect changes in the SDK (see latest commit notes). Try downloading the project again, installing Mapbox, and running the project. You should no longer get the error: .../Map-Compare/MapBox/MyAnnotation.h:11:9: 'MapboxGL/MGLAnnotation.h' file not found

I also updated some issues in Interface Builder, so the project should be up and running now. Please let me know if these changes fix the errors you were having. If you have any other problems, or have any comments or suggestions, please let me know! Thanks again!