ShellOut
ShellOut copied to clipboard
dynamic library
For compatibility with Xcode 11.4 the library needs to become dynamic?
modify package.swift:
.library(name: "ShellOut", type: .dynamic, targets: ["ShellOut"])