Closed bupojung closed 2 years ago
That's actually a known issue for Xcode 13, it has been fixed in 13.2.1 I believe. 🙂
@MatyasKriz thanks for your reply. I fix it by using cuckoo 1.5.2, since my project did not use any feature of concurrency. I will try to upgrade my xcode to 13.2.1 later
Alright, though I'll take a look at using the new version in a sample iOS 12 project, we should keep this backwards compatible, so I'll make the fix if that's not the case.
I've set up an iOS 12 project that runs just fine with Cuckoo 1.6.0 in Xcode 13.2.1, could you provide a specific call that is problematic?
I'll close this issue for now. Reopen it if it occurs again. 🙂
xcode 13.1 Cuckoo 1.6.0
run test with error " Concurrency is only available in iOS 15.0.0 or newer" the cuckoo pod swift version is 5.0 how can i fix it.