Building Cuckoo on Xcode 12.5 fails because 'XCTFail' is not available in scope in the MockManager.swift file.
Workaround: Commenting out the XCTFail line allows the build to succeed.
Edit: Adding XCTest framework to the project seems to let be build pass as well.
Building Cuckoo on Xcode 12.5 fails because 'XCTFail' is not available in scope in the
MockManager.swift
file. Workaround: Commenting out theXCTFail
line allows the build to succeed. Edit: Adding XCTest framework to the project seems to let be build pass as well.