From 8142641b07081130a11f1895813ecd284c67c318 Mon Sep 17 00:00:00 2001 From: RyuNen344 Date: Tue, 22 Aug 2023 01:40:14 +0900 Subject: [PATCH] chore: update fastfile --- app-ios/fastlane/Fastfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app-ios/fastlane/Fastfile b/app-ios/fastlane/Fastfile index 93e349a6c..94a279b64 100644 --- a/app-ios/fastlane/Fastfile +++ b/app-ios/fastlane/Fastfile @@ -86,7 +86,8 @@ platform :ios do xcargs: "-skipPackagePluginValidation", project: project, scheme: scheme, - destination: destination, + derived_data_path: derived_data_path, + destination: destination ) end