mapbox-vision-ios icon indicating copy to clipboard operation
mapbox-vision-ios copied to clipboard

Results 38 mapbox-vision-ios issues
Sort by recently updated
recently updated
newest added

Enable CodeQL see https://github.com/mapbox/mapbox-navigation-ios/pull/4470 for example of CodeQL setup for Swift

## Description I have use example code given here https://github.com/mapbox/mapbox-vision-ios/blob/master/Examples/VisionExamples/Examples/ARNavigationViewController.swift , but when i run this on device, it shows only blank screen with mapbox logo on it. No video...

update license to reflect current version

## Description I've implemented the POI like example in https://docs.mapbox.com/help/tutorials/ios-vision-poi-drawing/ and I have some issues with camera calibration remains at 0.0 and functionality that convert coordinate geoToWorld , worldToPixel always...

User Feedback

I am integrating AR Navigation function, but the example codes here contain compiling errors: https://docs.mapbox.com/ios/vision/examples/basic-ar-navigation/ My demo project link is here: https://github.com/AlbusSong/VisionDemo1.git (You just need to run "pod install" after...

User Feedback

## Description Application is getting crashed on launching while trying to use MapboxVision SDK. ## Crash dyld: Library not loaded: @rpath/MapboxAccounts.framework/MapboxAccounts Referenced from: /private/var/containers/Bundle/Application/EB4FFCD7-79AE-4217-A555-F1312C4EA684/MapViewDemo.app/Frameworks/MapboxVisionNative.framework/MapboxVisionNative Reason: image not found dyld: launch,...

User Feedback

## Description ``` Error during linking ld: building for iOS Simulator, but linking in dylib built for iOS, file '.../Pods/MapboxVisionNativeAll/MapboxVisionARNative.framework/MapboxVisionARNative' for architecture arm64 ``` ## Configuration - Device: Xcode Simulator...

User Feedback

## Description I've implemented the delegate like in the example with: ``` func visionManager(_: VisionManagerProtocol, didUpdateCamera camera: Camera) { // dispatch to the main queue in order to sync access...

## Description On the fifth step on https://github.com/mapbox/mapbox-vision-ios/tree/master/Examples the examples fail to build ## Expected behavior Running `carthage update --platform ios` builds the examples successfuly ## Actual behavior Downloading MapboxAccounts...

User Feedback

Checklist: * [ ] The corresponding issue is created * [ ] Reviewers are assigned * [ ] Relevant labels are assigned * [ ] The [changelog](https://github.com/mapbox/mapbox-vision-ios/blob/dev/Docs/CHANGELOG.md) is up to...