How to install?
Closed this issue · 4 comments
melMass commented
Hi,
Sorry I was out of the swift/spm loop for two years, as I was still on Mojave, and a lot has changed, querying google gives various options none seems to work.
First of I'm under Catalina and using XCode 12.4 (AFAIK the last version compatible with Catalina).
My project is a basic SwiftUI macOS app.
In XCode I went to File > Swift Packages > Add Package Dependency...
and search for PixelKit.
In the version selection panel I tried a few things:
- Exact == 2.0.4
- Up to Next Major from 2.0.4
- branch "main"
Both returned the following:
Very interesting project.
Thanks
melMass commented
melMass commented
Yep, the library is using newer methods and is only compatible with Big Sur
heestand-xyz commented
Hi, sorry about that, I've now set the swift tools version to 5.3.
PixelKit 2.0.5 should now be compatible.
melMass commented
@heestand-xyz Awesome thanks!