BarcodeScanner icon indicating copy to clipboard operation
BarcodeScanner copied to clipboard

Cannot update to 5.0.1

Open ashish-naik opened this issue 1 year ago • 2 comments

Hi

pod update is failing with this error.

[!] CocoaPods could not find compatible versions for pod "BarcodeScanner": In Podfile: BarcodeScanner (~> 5.0.1)

None of your spec sources contain a spec satisfying the dependency: BarcodeScanner (~> 5.0.1).

You have either:

  • mistyped the name or version.
  • not added the source repo that hosts the Podspec to your Podfile.

ashish-naik avatar Jul 25 '23 18:07 ashish-naik

Hi,

CocoaPods hasn't been updated in a while, I advise you to try straight from master.

pod "BarcodeScanner", :git => 'https://github.com/hyperoslo/BarcodeScanner.git'

3lvis avatar Jul 28 '23 11:07 3lvis

Thanks, this worked but got an error that is already raised by someone already.

I have responded to it.

https://github.com/hyperoslo/BarcodeScanner/issues/209

ashish-naik avatar Jul 29 '23 18:07 ashish-naik