objective c - Can you use the FBSnapshottestcase library with Swift? -
i've got fbsnapshottestcase library , subclassed fbsnapshottestcase
in test file have in ios project. if try call fbsnapshotverifyview
method not found error.
i had same issue today new project started in swift. also, forked repo fix it. you'll find there :
https://github.com/delannoyk/ios-snapshot-test-case
you can add pod:
target "tests" pod 'fbsnapshottestcase', :git => 'https://github.com/delannoyk/ios-snapshot-test-case' end
Comments
Post a Comment