You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm updating to MapboxSearch, but I've been unable to install the SDK using CocoaPods. It seems like is should work with iOS 12 and MapboxNavigation 2.19.0, but so far, I'm having no luck. I have no problem installing MapboxNavigation 2.19.0. I have a .netrc file in the proper location. Please send help.
I'm updating to MapboxSearch, but I've been unable to install the SDK using CocoaPods. It seems like is should work with iOS 12 and MapboxNavigation 2.19.0, but so far, I'm having no luck. I have no problem installing MapboxNavigation 2.19.0. I have a .netrc file in the proper location. Please send help.
System:
iOS 12.0
Xcode 15.4
MapboxNavigation 2.19.0
Here are my pods lines:
pod 'MapboxNavigation', '~> 2.19.0'
pod 'MapboxSearch', '>= 2.7.1', '< 2.0'
Here is the CocoaPods error I get:
[!] CocoaPods could not find compatible versions for pod "MapboxSearch":
In Podfile:
MapboxSearch (< 2.0, >= 2.7.1)
None of your spec sources contain a spec satisfying the dependency:
MapboxSearch (< 2.0, >= 2.7.1)
.Expected behavior
It should install.
I've also tried these with no luck and varying errors:
pod 'MapboxSearch', '2.7.0'
pod 'MapboxSearch', '2.7.1'
pod 'MapboxSearch', ">= 2.7.0", "< 3.0"
The text was updated successfully, but these errors were encountered: