This repository has been archived by the owner on Jan 13, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 252
Swift 2.2 compilation error of test target #151
Comments
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Swift 2.2 and Xcode 7.3, changed the definition of
XCTFail
function which is being used inSwiftSupport.swift
file so that we are getting this error:Pods/FBSnapshotTestCase/FBSnapshotTestCase/SwiftSupport.swift:63:30: Cannot convert value of type 'String' to expected argument type 'StaticString'
This is rendering the framework useless to us at the moment since we cannot even build our test target!!! Could this please be fixed as soon as possible?
The text was updated successfully, but these errors were encountered: