KaneCheshire / PixelTest

Fast, modern, simple iOS snapshot testing written purely in Swift.
MIT License
58 stars 8 forks source link

Fix ambiguous selector in Xcode 13 #74

Closed keither04 closed 2 years ago

keither04 commented 3 years ago

The setup selector referenced in the convenience initializer of PixelTestCase is found to be ambiguous in Xcode 13, and so fails to compile. This PR disambiguates the selector.

kdomenicucci-kg commented 2 years ago

@KaneCheshire Can a new release be created with this fix?