Brightify / Cuckoo

Boilerplate-free mocking framework for Swift!
MIT License
1.67k stars 174 forks source link

Cuckoo linking fails due to now-missing libswiftXCTest. #390

Closed untalfranfernandez closed 3 years ago

untalfranfernandez commented 3 years ago

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.
TadeasKriz commented 3 years ago

Thank you for your PR, unfortunately @thatswinnie already beat you to it. This fix is in the master and will be released to CocoaPods trunk today.