From 9961dcc1c62d977055289ea70b68d00904affd8c Mon Sep 17 00:00:00 2001 From: onevcat Date: Thu, 14 Dec 2023 14:21:33 +0900 Subject: [PATCH] Keep symlinks while creating xcframework zip --- fastlane/Fastfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/fastlane/Fastfile b/fastlane/Fastfile index 409fb4e73..d305e472e 100644 --- a/fastlane/Fastfile +++ b/fastlane/Fastfile @@ -127,7 +127,8 @@ platform :ios do zip( path: "build/#{target_version}", - output_path: "build/#{target_version}.zip" + output_path: "build/#{target_version}.zip", + symlinks: true ) end