From 229b8cd2484370cef3736c9e25cd4a126ff795cc Mon Sep 17 00:00:00 2001 From: Brandon Williams Date: Wed, 11 Sep 2024 13:30:56 -0400 Subject: [PATCH] wip --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index cd2ed5d0af27..db35fb92b16d 100644 --- a/Makefile +++ b/Makefile @@ -15,6 +15,7 @@ XCODEBUILD = xcodebuild $(COMMAND) \ -quiet \ -configuration $(CONFIG) \ -scheme $(SCHEME) \ + -workspace ComposableArchitecture.xcworkspace \ -derivedDataPath ~/.derivedData/$(CONFIG) \ -testPlan $(TEST_PLAN)