/TuistCuckoo

Linking Cuckoo to test targets

Primary LanguageSwiftMIT LicenseMIT

TuistCuckoo

Linking Cuckoo to test targets

Issue

When consuming Cuckoo as an external target, the XCTest framework is not linked to it. Making using Cuckoo in tests targets impossible due to the build issue. Cuckoo is using XCTest API in its library.

Reproduce steps

Prerequisites - Tuist 4.x

  1. Clone the repo
  2. Cd into the directory
  3. run tuist install
  4. run tuist generate
  5. Try to run testExample - see the compilation error