JohnSundell / ShellOut

Easily run shell commands from a Swift script or command line tool
MIT License
870 stars 83 forks source link

dynamic library #47

Open hk05 opened 4 years ago

hk05 commented 4 years ago

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

modify package.swift:

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