You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've just created a new sample iOS project with tuist by using the following command tuist init.
Then I run tuist edit to see the Package.swift and Project.swift in order to add the Cuckoo 2.1.1 dependency to my test target.
After installing the dependencies with tuist install. Everything looks good.
PROBLEMS
I'm not able to add the CuckooPluginSingleFile plugin to the build pahses of my test target. Because it doesn't appear, it's not detected.
I'm not able to generate the mocks even after adding my Cuckoofile.toml. Because I do NOT know how to install cuckoo as a command line tool. According to the documentation, they only mention SPM and Cocoapods. Is there a way to run cuckoo from command line?
CONTEXT
tuist init.tuist editto see the Package.swift and Project.swift in order to add the Cuckoo 2.1.1 dependency to my test target.tuist install. Everything looks good.PROBLEMS
CuckooPluginSingleFileplugin to the build pahses of my test target. Because it doesn't appear, it's not detected.Cuckoofile.toml. Because I do NOT know how to install cuckoo as a command line tool. According to the documentation, they only mention SPM and Cocoapods. Is there a way to run cuckoo from command line?TOOLS