Closed jmkiley closed 7 years ago
Initial notes as I tried out the demo app in the repo:
carthage bootstrap
.mapbox_access_token
.mapbox-plugins-ios/Funhouse/Info.plist': The file “Info.plist” couldn’t be opened because there is no such file.
Funhouse
target — it appears to be called MapboxPlugins
.TestApp
, Funhouse
, and MapboxPlugins
.TY! I missed a few things when I was renaming from Funhouse -> TestApp. Working on catching everything now.
@friedbunny found an issue where the Mapbox framework isn't visible when you install through CocoaPods. I am working on fixing that now.
I think I resolved the Module not found
issue in 5302a40. I changed @import Mapbox;
to #import <Mapbox-iOS-SDK/Mapbox/Mapbox.h>
. 🤞
Currently running into issues with using the Traffic Plugin in the TestApp, but it seems to be working via CocoaPods. Going to work on Carthage integration, then on fixing TestApp.
Capturing current status here. I am running into issues with:
Image not found
and Lipo: input file must be a fat file
crashes, depending on what I'm doing). Will work on both later today.
I am going to track the status of Carthage support here: https://github.com/mapbox/mapbox-plugins-ios/issues/10
Otherwise, I think think is ready for review.
CC @boundsj @friedbunny @1ec5
I think I've addressed most, if not all, of @friedbunny and @1ec5's feedback!
I think this is ready for re-review 😬
If you re-record trafficplugin.gif
using v3.7.0 or master
, the map styles will smoothly transition (instead of flashing and completely redrawing).
Addressed the feedback @1ec5! Thank you so much.
I think I addressed the latest suggestions, @1ec5. Thank you so much for your suggestions 🙇♀️
To Do: