Cache
Cache copied to clipboard
Invalid Exclude on XCode 13
Swift is throwing a warning in XCode 13 that
targets: [
.target(
name: "Cache",
path: "Source",
exclude: ["Library/ImageWrapper.swift"]),
ImageWrapper.swift
is not found.
I am able to use the lib using SwiftPM and the 6.0.0 release, but it will not compile by selecting master, which may be a separate issue.
There is a PR for this #290.
This project seems pretty dead?
Closing, reason outdated issue.