Minh Nguyễn

Results 944 comments of Minh Nguyễn

Deferring to the next major release with the assumption that the particular values in TileStoreConfiguration are something of an implementation detail right now and not necessary to set or persist...

As discussed in https://github.com/mapbox/mapbox-navigation-ios/pull/3215#discussion_r687967499, the idea was to refactor the existing `NavigationSettings(directions:tileStoreConfiguration:)` initializer to read the configuration from UserDefaults instead of requiring the developer to initialize a TileStoreConfiguration object. TileStoreConfiguration...

We can introduce a new private property to RouteStepProgress to indicate the current speed limit. RouteController would set it and this RouteLegProgress property would return its value. The existing implementation...

@dmitry-yashkin, does this issue still reproduce with the latest version of the navigation SDK?

Hi, glad to hear your making progress. This linker error looks like CocoaPods/CocoaPods#10026. Upgrading to CocoaPods 1.10.rc.1 should fix the error. Please let us know if it persists after upgrading...

@MarcoCarnevali, did you run `pod install` or `pod update` after upgrading CocoaPods? I wonder if it would make any difference one way or another. Which specific Xcode version and device...

Are you able to build for the “Any iOS Device” target? What are the values of the following build settings in your application target (as applicable)? * `ARCHS` * `ONLY_ACTIVE_ARCH`...

> https://stackoverflow.com/a/63955114 > > This post solved the problem for me This sounds similar to the workaround we put into #2667. I suppose it’s possible that CocoaPods fails to apply...

> The archive could be corrupted or unreadable By way of an update, this issue was resolved in #2677 by removing a build phase that was incompatible with CocoaPods. >...