1

I am trying to implement mapbox Vision SDK. I set deployment target 11.2, also in pod file 11.2 but I get error Compiling for iOS 9.0, but module 'MapboxVision' has a minimum deployment target of iOS 11.2:

How to resolve this?

enter image description here

enter image description here

Tobrun
  • 18,291
  • 10
  • 66
  • 81
kacerac
  • 93
  • 9

2 Answers2

1

iOS development target was 9.0 under project target

kacerac
  • 93
  • 9
0

We need to set the correct deployment target in two places,

  1. Project > Target > Deployment Info> Target
  2. Project > Project Name > Deployment Target

Proj>Proj>DeplymentInfo

Proj>Target>DeploymentInfo>Target

Saif
  • 2,678
  • 2
  • 22
  • 38