ashfurrow / Nimble-Snapshots

Nimble matchers for FBSnapshotTestCase.
https://medium.com/cocoaacademymag/unit-testing-uiview-with-nimble-snapshot-651a7c5a5e93
MIT License
317 stars 101 forks source link

Xcode 15/Swift 5.9 Problems #274

Closed gholias closed 11 months ago

gholias commented 11 months ago

I've just updated to xcode 15 and our test target does not build anymore.

Screenshot 2023-09-27 at 9 00 10 AM

Is there a known workaround?

agripinogabriel commented 11 months ago

Waiting the release of https://github.com/ashfurrow/Nimble-Snapshots/pull/268

ashfurrow commented 11 months ago

I will try to release this this week.

ashfurrow commented 11 months ago

268 has been released as a GitHub tag/release, which should support SPM and Carthage. It's also been released to CocoaPods with the same version. Let me know if there are any issues.