Skip to content
This repository has been archived by the owner on Jan 13, 2022. It is now read-only.

Swift 2.2 compilation error of test target #151

Closed
vandadschibsted opened this issue Mar 22, 2016 · 7 comments
Closed

Swift 2.2 compilation error of test target #151

vandadschibsted opened this issue Mar 22, 2016 · 7 comments

Comments

@vandadschibsted
Copy link

Swift 2.2 and Xcode 7.3, changed the definition of XCTFail function which is being used in SwiftSupport.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?

@ghost
Copy link

ghost commented Mar 22, 2016

Yeah same problem for us. We are stuck now 👎 can't build our test target!

@soleares
Copy link
Contributor

I think there's already a PR #150 up for this.

@vandadnp
Copy link

And it seems like this is part of Niklas's issue here: #148

@GabrielCartier
Copy link

+1

@nscoding
Copy link
Contributor

This should now be fixed with #152, can someone confirm?

@joeblau
Copy link

joeblau commented Mar 26, 2016

@nscoding Yeah, that fix is in #152

@nscoding
Copy link
Contributor

@joeblau thanks for confirming.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants