AsyncTimer icon indicating copy to clipboard operation
AsyncTimer copied to clipboard

Fix Swift Package Manager

Open lukenewman opened this issue 5 years ago • 2 comments

Currently, when trying to add AsyncTimer to my project via SPM, it fails on the "Resolving Package Dependencies" with this error:

because every version of AsyncTimer contains incompatible tools version and root depends on AsyncTimer 2.2.0..<3.0.0, version solving failed.

Some quick googling didn't provide a workaround for this; I'm not entirely sure what the issue is.

lukenewman avatar Sep 07 '20 20:09 lukenewman

Screen Shot 2020-09-07 at 4 58 41 PM

lukenewman avatar Sep 07 '20 20:09 lukenewman

Maybe something to do with the swift build tools version used in AsyncTimer.

lukenewman avatar Sep 07 '20 21:09 lukenewman