0

I'm trying to install Mapbox on Xcode 14.1 with swift package manager.

Installing Mapbox maps is OK, but when I try to install Mapbox search, it fails despite I respected installation instructions.

Here is the error :

enter image description here

Tried to install another version (beta.21) but same error.

Thanks for your help :)

Eric
  • 592
  • 10
  • 26

1 Answers1

0

I guess XCode have problems with spm lately try with Cocoapods

pod 'MapboxSearchUI', ">= 1.0.0-beta.39", "< 2.0"
Observer23
  • 29
  • 6