From 550d7c0c02a2e0f795c4e43bd0ee80bc19a8a8a0 Mon Sep 17 00:00:00 2001 From: Brandon Williams Date: Mon, 24 Feb 2025 11:31:08 -0800 Subject: [PATCH] wip --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 150e97488..3eacd1966 100644 --- a/Makefile +++ b/Makefile @@ -61,7 +61,7 @@ build-for-library-evolution: -Xswiftc $(OTHER_SWIFT_FLAGS) xcodebuild build \ -workspace SwiftNavigation.xcworkspace \ - -destination platform="$(PLATFORM_IOS)" \ + -destination platform="platform=iOS,name=generic/iOS" \ -scheme SwiftNavigation \ BUILD_LIBRARY_FOR_DISTRIBUTION=YES \ OTHER_SWIFT_FLAGS=$(OTHER_SWIFT_FLAGS)