BarcodeScanner icon indicating copy to clipboard operation
BarcodeScanner copied to clipboard

Package Resolution Failed

Open rcasula opened this issue 5 years ago • 2 comments

I'm trying to install BarcodeScanner with SwiftPackageManager but I receive this error: Schermata 2020-12-23 alle 16 01 18

I think that's because the last release name is Barcode Scanner - 5.0.0 and SPM can't handle this.

Is it possible to rename the release with only the semantic version number?

rcasula avatar Dec 23 '20 15:12 rcasula

It's actually because the 5.0.0 release doesn't have the Package.swift file - https://github.com/hyperoslo/BarcodeScanner/tree/5.0.0

I'm pointing to the commit that it was added in rather than a version, but definitely would be nice to get it tagged to a version (e.g. 5.0.1)

maxwellainatchi avatar Mar 15 '21 14:03 maxwellainatchi

Made a new tag, wasn't able to publish it as a pod, tho.

[!] Found podspec BarcodeScanner.podspec Updating spec repo trunk Validating podspec -> BarcodeScanner (5.0.1) - ERROR | [iOS] file patterns: The resource_bundles pattern for BarcodeScanner did not match any file. - ERROR | [iOS] file patterns: The resource_bundles pattern for Localization did not match any file. - ERROR | [iOS] unknown: Encountered an unknown error (Unable to find other source ref for [email protected] for target BarcodeScanner.) during validation.

3lvis avatar Mar 19 '21 09:03 3lvis