Fredrik Wallin
Fredrik Wallin
For posterity, you can overwrite individual values in the Info.plist with [INFOPLIST_PREPROCESS](https://developer.apple.com/library/archive/documentation/DeveloperTools/Reference/XcodeBuildSettingRef/1-Build_Setting_Reference/build_setting_ref.html#//apple_ref/doc/uid/TP40003931-CH3-SW155) and [INFOPLIST_PREPROCESSOR_DEFINITIONS](https://developer.apple.com/library/archive/documentation/DeveloperTools/Reference/XcodeBuildSettingRef/1-Build_Setting_Reference/build_setting_ref.html#//apple_ref/doc/uid/TP40003931-CH3-SW155) Example: ```xml CFBundleDisplayName MY_DISPLAY_NAME ``` ```yaml settings: base: INFOPLIST_PREPROCESS: YES INFOPLIST_FILE: Info.plist Staging: INFOPLIST_PREPROCESSOR_DEFINITIONS: "MY_DISPLAY_NAME=AppStaging" Production:...
How are you integrating the framework? Are you using CocoaPods or Carthage? Do you have a minimal sample project to reproduce the error? It looks like a linking error. What...
Thank you for your contributions. I added @1ec5 as a reviewer as I believe he has more context.
Would you mind sharing the `xcodebuild` command that Bitrise generates based on the Xcode Test step? Do you have any script on your CI that modifies a file named `CoreLocation.swift`...
Do you have a query / POI / response which returns features with its accuracy set to approximate?
> It isn’t clear to me what should happen when one waypoint has a timestamp, and another does not. `There must be as many timestamps as there are request coordinates,...
I'm not aware of any limitations on the snapshot. Would you mind sharing a code snippet?
I don't see any issues when using 3000 coordinates but I start getting "MBStaticErrorDomain Code=-1 server errors" after 4000. Might be due to the custom style. @1ec5 do you know...
You would have to add an `MGLPolylineFeature` to the map view itself. Similar to https://www.mapbox.com/ios-sdk/examples/line-geojson/
> Sorry but I don't have a map view. Ok, then the static api is the way to go. Trying to figure out if there is a limit.