Brightify / Cuckoo

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

Compilation fails in Xcode 14.3 #463

Closed nanashiki closed 1 year ago

nanashiki commented 1 year ago

overview

After updating to Xcode 14.3, Cukoo can no longer be built

Error

ld: file not found: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/arc/libarclite_iphoneos.a
clang: error: linker command failed with exit code 1 (use -v to see invocation)

/Users/xxx/Develop/quipper/ecp-ios/Carthage/Checkouts/Cuckoo/Cuckoo.xcodeproj: warning: The iOS deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 8.0, but the range of supported deployment target versions is 11.0 to 16.4.99. (in target 'Cuckoo-iOS' from project 'Cuckoo')
warning: Run script build phase 'Embed Precompiled Frameworks' will be run during every build because it does not specify any outputs. To address this warning, either add output dependencies to the script phase, or configure it to run in every build by unchecking "Based on dependency analysis" in the script phase. (in target 'Cuckoo-iOS' from project 'Cuckoo')
** ARCHIVE FAILED **

Environment