If you try to compile any project using Cuckoo in the latest version of Xcode (12.5) you won't be able to succeed as the linking phase will fail with this error: library not found for -lswiftXCTest.
This is a known scenario as the Release Notes have the following text:
Xcode no longer includes XCTest’s legacy Swift overlay library (libswiftXCTest.dylib).
Use the library’s replacement, libXCTestSwiftSupport.dylib, instead.
If you try to compile any project using Cuckoo in the latest version of Xcode (12.5) you won't be able to succeed as the linking phase will fail with this error:
library not found for -lswiftXCTest
.This is a known scenario as the Release Notes have the following text: