hyperoslo / BarcodeScanner

:mag_right: A simple and beautiful barcode scanner.
http://hyper.no
Other
1.69k stars 387 forks source link

Cannot update to 5.0.1 #221

Open ashish-naik opened 1 year ago

ashish-naik commented 1 year ago

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:

3lvis commented 1 year ago

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'
ashish-naik commented 1 year ago

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