SnappyTestCase icon indicating copy to clipboard operation
SnappyTestCase copied to clipboard

unrecognized selector sent to instance

Open haemi opened this issue 5 years ago • 1 comments

My test contains

verifyViewSnaps(DeviceRack.iPhone.all, view: UIApplication.shared.keyWindow!)

But it crashes at SnappyTestCase.swift#32 with snapshotVerifyViewOrLayer:identifier:suffixes:tolerance:]: unrecognized selector sent to instance

iOSSnapshotTestCase 5.0.2 and SnappyTestCase 0.1.0 - am I missing something?

haemi avatar Jan 11 '19 07:01 haemi