Lighter-swift / Lighter

Swift APIs for SQLite: Type-safe down to the schema. Very, very, fast. Dependency free.
https://lighter-swift.github.io/documentation/lighter/
MIT License
460 stars 12 forks source link

Xcode 14.3 (14E222b) not detecting build tool plugin #21

Closed zachcoyle closed 1 year ago

zachcoyle commented 1 year ago

Not sure if this is an xcode bug or not, but I am unable to add the build tool after updating xcode.

Screenshot 2023-04-02 at 11 28 18 AM
helje5 commented 1 year ago

Sigh, I'll have a look.

zachcoyle commented 1 year ago

Very much appreciated. I know nothing about the build plugins so I wasn’t sure how to go about checking things out

helje5 commented 1 year ago

Hm, interesting, that seems to be be more like a Package.swift resolution issue. Might be a simple fix, checking.

helje5 commented 1 year ago

Should be fixed in 1.0.20, let me know if it doesn't work!

zachcoyle commented 1 year ago

Thanks man! I’ll try it out when I get back to my computer!

zachcoyle commented 1 year ago

Thank you this fixed it!