tooploox / SnappyTestCase

iOS Simulator type agnostic snapshot testing, built on top of the FBSnapshotTestCase.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

unrecognized selector sent to instance

haemi opened this issue · 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 it looks like the project is not compatible with iOSSnapshotTestCase 5.0.2. There were several major releases that broke the API SnappyTestCase rely on.