3

I'm using Mapbox SDK, and when installing new pods, It is pod will be showing errors. I change pods and it showing error again and again. I was using these pods, pod 'Mapbox-iOS-SDK', '~> 5.1' pod 'MapboxNavigation', '~> 0.35.0' pod 'MapboxGeocoder.swift', '~> 0.11'

I updated pods too pod 'Mapbox-iOS-SDK', '~> 5.3' pod 'MapboxNavigation', '~> 0.37.0' pod 'MapboxGeocoder.swift', '~> 0.11' It showing post again and again. enter image description hereenter image description here

  • The errors you've shared seem to reference SDKs that are not included in the three `pod`s you reference in your Podfile (specifically `MapboxVision`). Are you installing additional dependencies that aren't included in the above screenshots? – riastrad Sep 19 '19 at 18:25
  • @riastrad no I'm not using MapboxVision in my project – Engineer Muhammad Naeem Akram Sep 20 '19 at 04:25
  • If that’s the case @EngrMuhammadNaeemAkram, then you can remove the second and third from last items in your Podfile. The problem appears to be the result of using a version of MapboxNavigation that has an incompatible version of a dependency with MapboxVision. If you remove the MapboxVision pod, I expect the error will go away. – riastrad Sep 23 '19 at 12:58
  • Yes @riastrad I do that few days before, and error goes away. – Engineer Muhammad Naeem Akram Sep 24 '19 at 06:17
  • For Latest Mapbox SDKs we need to put .netrc into user's root folder and not in project's root folder – Paresh Thakor Sep 21 '21 at 07:39

1 Answers1

0

I just removed last two pods. As they generate error.