You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Searched existing issues for ensure not duplicated.
Expected Behavior
We should be able to build in Release mode.
Current Behavior
In Xcode 11.4 only, building the framework in Release mode fails. The error is in SnapshotStructure.swift on line 38: the compiler complains that it resolves Collection to SnapshotStructure.Section.Collection and that this type has no associated Element.
Detailed Description (Include Screenshots)
The change already made on master to Swift.Collection resolves this issue, but it's not yet in a release.
Please can you make a new release including this change?
Environment
version:
Swift version:
5.0
iOS version:
12.1/13.4
Xcode version:
11.4
Devices/Simulators:
Any
CocoaPods/Carthage version:
1.9.0.beta.2 (issue also occurs with latest SPM release)
MYT-maltose, simba909, th-mustache-dk, philippb, bobek-balinek and 2 more