Skip to content

Commit 84bf70d

Browse files
Terkymerindorium
authored andcommitted
Fix XCTFail not found error
1 parent 128e0b6 commit 84bf70d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Package.swift

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@ let package = Package(
1717
.target(
1818
name: "Guava",
1919
dependencies: [],
20-
path: "Sources"),
20+
path: "Sources",
21+
linkerSettings: [.linkedFramework("XCTest")]),
2122
.testTarget(
2223
name: "GuavaTests",
2324
dependencies: ["Guava"]),

0 commit comments

Comments
 (0)