Skip to content

Commit e202982

Browse files
committed
compileBitcode:false
1 parent f529387 commit e202982

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

fastlane/Fastfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@ platform :ios do
2222
skip_codesigning: true,
2323
export_method: "development",
2424
export_team_id: "BP98Z28R86",
25-
export_xcargs: "-allowProvisioningUpdates"
25+
export_xcargs: "-allowProvisioningUpdates",
26+
export_options: { compileBitcode: false }
2627
)
2728
end
2829

0 commit comments

Comments
 (0)