kacerac
kacerac

Reputation: 93

xcode bug deployment target

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

Upvotes: 1

Views: 359

Answers (2)

Saif
Saif

Reputation: 2968

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

Upvotes: 0

kacerac
kacerac

Reputation: 93

iOS development target was 9.0 under project target

Upvotes: 1

Related Questions