ShellOut icon indicating copy to clipboard operation
ShellOut copied to clipboard

dynamic library

Open hk05 opened this issue 5 years ago • 0 comments

For compatibility with Xcode 11.4 the library needs to become dynamic?

modify package.swift:

.library(name: "ShellOut", type: .dynamic, targets: ["ShellOut"])

hk05 avatar Apr 09 '20 11:04 hk05