SwiftEntryKit icon indicating copy to clipboard operation
SwiftEntryKit copied to clipboard

Error when try to archive in Xcode 13

Open Desmuz opened this issue 3 years ago • 1 comments

Hi, new problem when I try to archive in Xcode 13: Used in SPM: { "package": "SwiftEntryKit", "repositoryURL": "https://github.com/huri000/SwiftEntryKit", "state": { "branch": null, "revision": "c2d42574e4fe4e1f9719843f35add7922942a16b", "version": "1.2.7" } }

Message: remark: Incremental compilation has been disabled: it is not compatible with whole module optimization Command CompileSwiftSources failed with a nonzero exit code

Desmuz avatar Sep 22 '21 05:09 Desmuz

Command CompileSwiftSources failed with a nonzero exit code

I've come across this issue many times with the new xcode build system. Does a clean and rebuild work for you?

multinerd avatar Nov 17 '21 22:11 multinerd