Cuckoo
Cuckoo copied to clipboard
Migrate to v2 with SPM package.swift
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
Am I missing something there or the install from a Package.swift
is not supported ?
Thanks