Reputation: 93
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?
Upvotes: 1
Views: 359
Reputation: 2968
We need to set the correct deployment target in two places,
Upvotes: 0