From 4bd60c4ab42debae4fd84e7368e1f729bc1a27bf Mon Sep 17 00:00:00 2001 From: Terky Date: Thu, 24 Oct 2024 17:32:27 +0200 Subject: [PATCH] Fix XCTFail not found error --- Package.swift | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Package.swift b/Package.swift index 01a0f6b..e178050 100644 --- a/Package.swift +++ b/Package.swift @@ -17,7 +17,8 @@ let package = Package( .target( name: "Guava", dependencies: [], - path: "Sources"), + path: "Sources", + linkerSettings: [.linkedFramework("XCTest")]), .testTarget( name: "GuavaTests", dependencies: ["Guava"]),