Cache icon indicating copy to clipboard operation
Cache copied to clipboard

Invalid Exclude on XCode 13

Open BrettyWhite opened this issue 2 years ago • 2 comments

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.

BrettyWhite avatar Sep 10 '21 15:09 BrettyWhite

There is a PR for this #290.

iresslerCMM avatar Sep 24 '21 19:09 iresslerCMM

This project seems pretty dead?

si-hartmann avatar Feb 03 '22 11:02 si-hartmann

Closing, reason outdated issue.

3lvis avatar Mar 26 '24 05:03 3lvis