We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 20d3cb7 commit 2af9c71Copy full SHA for 2af9c71
Package.swift
@@ -16,7 +16,7 @@ import PackageDescription
16
let package = Package(
17
name: "LSFileWrapper",
18
products: [
19
- .library(name: "LSFileWrapper", targets: ["LSFileWrapper"])
+ .library(name: "LSFileWrapper", type: .dynamic, targets: ["LSFileWrapper"])
20
],
21
dependencies: [],
22
targets: [
0 commit comments