Skip to content

Commit

Permalink
compileBitcode:false
Browse files Browse the repository at this point in the history
  • Loading branch information
jyu115 committed Dec 6, 2023
1 parent f529387 commit e202982
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit e202982

Please sign in to comment.