From e202982102daa36fec44aef56195e170a02881b3 Mon Sep 17 00:00:00 2001 From: jyu115 Date: Wed, 6 Dec 2023 12:49:59 -0500 Subject: [PATCH] compileBitcode:false --- fastlane/Fastfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/fastlane/Fastfile b/fastlane/Fastfile index abbad5215..ec46b308e 100644 --- a/fastlane/Fastfile +++ b/fastlane/Fastfile @@ -22,7 +22,8 @@ platform :ios do skip_codesigning: true, export_method: "development", export_team_id: "BP98Z28R86", - export_xcargs: "-allowProvisioningUpdates" + export_xcargs: "-allowProvisioningUpdates", + export_options: { compileBitcode: false } ) end