On a clean fork if I run carthage bootstrap --use-xcframeworks, open the Nantes.xcodeproj and try to run the tests. It fails due to missing SnapshotTesting.framework.
To Reproduce
Steps to reproduce the behavior:
Clone repo.
cd into Nantes/Nantes
With Xcode 12.4 installed run carthage bootstrap --use-xcframeworks
Open Nantes.xcodeproj
Run all Unit Tests
Expected behavior
Tests should run with xcframworks. (Or README describe how to actually run the project)
Screenshots
If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
Mac mini 2018 OS 11.2.2
Smartphone (please complete the following information):
Describe the bug
On a clean fork if I run
carthage bootstrap --use-xcframeworks
, open the Nantes.xcodeproj and try to run the tests. It fails due to missingSnapshotTesting.framework
.To Reproduce Steps to reproduce the behavior:
carthage bootstrap --use-xcframeworks
Nantes.xcodeproj
Expected behavior Tests should run with xcframworks. (Or README describe how to actually run the project)
Screenshots If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information): Mac mini 2018 OS 11.2.2
Smartphone (please complete the following information):
Additional context