Hello! I faced with an issue, my steps:
Add Package Dependency > https://github.com/Brightify/Cuckoo.git
Add 2 Packages (Cuckoo, CuckooGenerator) to test Target.
GOTO > Build Phases > Run Build Tool Plug-ins > add CuckooPluginSingleFile(Cuckoo)
Build teset target (Cmd+shift+U) > Build failed
Package from CuckooGenerator, XcodeProj mark an error: "Cannot find 'Glibc' in scope".
Hey, simply remove the CuckooGenerator dependency and you're set. We'll need to find a way to not offer that target in Xcode, because this happens pretty often.
Hello! I faced with an issue, my steps: Add Package Dependency > https://github.com/Brightify/Cuckoo.git Add 2 Packages (Cuckoo, CuckooGenerator) to test Target. GOTO > Build Phases > Run Build Tool Plug-ins > add CuckooPluginSingleFile(Cuckoo)
Build teset target (Cmd+shift+U) > Build failed Package from CuckooGenerator, XcodeProj mark an error: "Cannot find 'Glibc' in scope".
What am i doing wrong? Thanks!