adamwulf / ClippingBezier

ClippingBezier calculates intersection points, paths, and shapes between two UIBezierPaths
http://getlooseleaf.com/opensource/
MIT License
254 stars 34 forks source link

An error occurred when the Swift Package Manager imported the ClippingBezier library #35

Open coderliu007 opened 7 months ago

coderliu007 commented 7 months ago

An error occurred when the Swift Package Manager imported the ClippingBezier library product 'Clippingbezier' required by package 'mylibrary' target 'MyLibrary' not found.

image image

adamwulf commented 7 months ago

Instead of .branch(1.2.4) you'll want to use .package(url: "https://github.com/adamwulf/ClippingBezier.git", from: "1.2.4")