Cuckoo icon indicating copy to clipboard operation
Cuckoo copied to clipboard

Migrate to v2 with SPM package.swift

Open soucolline opened this issue 6 months ago • 13 comments

Hello,

I'm trying to migrate to v2 using SPM with a package.swift file. I'm updating the dependency to 2.0.9 .package(url: "https://github.com/Brightify/Cuckoo.git", exact: "2.0.9"), But then I don't have access to the CuckooPluginSingleFile mentioned in the doc. Is it only in the case where you install it from Xcode ?

Even if I try to launch my tests i'm getting this warning about the file being stalled from my DerivedData, so I supposed it's existing even though i'm not importing it in the Run Build Tools Plug-ins phase Screenshot 2024-08-02 at 11 38 36 AM

Am I missing something there or the install from a Package.swift is not supported ?

Thanks

soucolline avatar Aug 02 '24 09:08 soucolline