Open dustinburkedev opened 3 years ago
Package.swift is checked into master but the latest (or any) release v0.11.1 does not include Package.swift so this package can't be added to a project via Swift Package Manager.
Package.swift
master
v0.11.1
Any solution on this?
I got it working by copying the latest commit hash and setting SPM to take that exact commit, instead of any version. Hope this helps!
Package.swift
is checked intomaster
but the latest (or any) releasev0.11.1
does not includePackage.swift
so this package can't be added to a project via Swift Package Manager.