-
Notifications
You must be signed in to change notification settings - Fork 328
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
SwiftPM : Resolve apparent version incompatibility with swift-snapshot-testing #202
Comments
@stevebaranski I'd be okay with bumping support to iOS 10+ and will happily accept any PRs against that if you have the time to test and make sure it resolves it for you. Anyone needing support for earlier OS versions can easily do so |
Thanks for the very detailed issue by the way, it's refreshing 💯 |
@iwasrobbed Upon further investigation, I noted that some of the files specified in the I expressed #203 for your consideration.
No problem - thanks for your continued stewardship of |
Closed via #203 |
Report
What did you do?
Down
repository.xed .
What did you expect to happen?
For an iOS device target, I expected the library to build (Cmd-B) and/or test (Cmd-U) successfully.
What happened instead?
The Build attempt failed, with the following error:
This impacts both
StylerTestSuite.swift
&VisitorTests
, which include:Additional context
v0.8.6
).SnapshotTesting
dependency was recently introduced.Package.swift
that account for this dependency, but incompatibilities exist between the minimum required deployment targets of each component (see below).Down
SnapshotTesting
Questions
Package.swift
?The text was updated successfully, but these errors were encountered: