MapBox iOS SDK within your own Xcode
问题 I downloaded MapBox example from github using the following git clone --recursive https://github.com/mapbox/mapbox-ios-example.git Which downloaded it including all dependencies. Now I'm trying to create a separate project and include MapBox DSK as it was in that example. I tried creating workspace then creating a single view project then add new file and select .xcodepro for the MapBox DSK but didn't work when I tried importing MapBox.h file. I never tried importing 3rd parties API before