jonreid / ViewControllerPresentationSpy

Unit test presented and dismissed iOS view controllers, including alerts and action sheets
MIT License
149 stars 15 forks source link

Update framework so that it can be used in Xcode 12 #3

Closed andrewmarmion closed 3 years ago

andrewmarmion commented 4 years ago

Currently when adding the framework to an Xcode 12 created project it complains that the module ViewControllerPresentationSpy was compiled with Swift 5.2.4 and it cannot be imported by the Swift 5.3 compiler.

Would it be possible to have the framework updated so that it can be imported by the Swift 5.3 compiler?

jonreid commented 3 years ago

Sorry I didn't notice your issue until now. Should be fixed in https://github.com/jonreid/ViewControllerPresentationSpy/releases/tag/v5.1.0