From 1adc1c3457ec82615beb76340e8bd771df17dd1a Mon Sep 17 00:00:00 2001 From: Nico Hinderling Date: Wed, 2 Oct 2024 18:37:39 -0700 Subject: [PATCH] Warning tip for README post installation --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 03b6905..daf67eb 100644 --- a/README.md +++ b/README.md @@ -110,6 +110,9 @@ Add the package dependency to your Xcode project using the URL of this repositor Link your app to `PreviewGallery` and (optionally) to `SnapshotPreferences` to customize the behavior of snapshot generation. Link your XCTest target to `SnapshottingTests`. +> [!WARNING] +> If you happen to see the following error "Could not find or use auto-linked library 'XCTestSwiftSupport': library 'XCTestSwiftSupport' not found" after installing, try setting `ENABLE_TESTING_SEARCH_PATHS` to `YES` in your build settings! + # Tips ### Unique names