theappbusiness/TABTestKit

Xcode 13 support

Closed this issue ยท 1 comments

๐Ÿ‘‹

We are getting errors after we migrated to Xcode 13. All the tests are running just fine on Xcode 12.5

image
image

Could you please make the TABTestKit compatible with Xcode 13?

It's already compatible as of 1.8.0. You just need to use waitFor instead of await here. In many cases you'll get an error advising you to change the name, but in some cases the compiler doesn't give the unavailability annotations a chance to fire and just infers it as a keyword instead of the await function.