1

[!] CocoaPods could not find compatible versions for pod "Firebase/MLVisionTextModel": In Podfile: Firebase/MLVisionTextModel

Specs satisfying the Firebase/MLVisionTextModel dependency were found, but they required a higher minimum deployment target.

molbdnilo
  • 64,751
  • 3
  • 43
  • 82
iamWAGH
  • 21
  • 2

1 Answers1

1

Okay!

I have faced the issue yesterday and couldn't solve the issue after trying pod repo update or pod install or pod install after pod deintegrate etc.

I simply have a option , I deleted the Podfile.lock, then in Podfile I simply made pod versions fixed (so that other members of my team aren't affected) i.e. I used SDWebImage like

pod 'SDWebImage', '3.8', :inhibit_warnings => true

then run pod install

only that time it worked for me and saved the whole day!

Ankur Lahiry
  • 2,253
  • 1
  • 15
  • 25