Skip to content

Commit

Permalink
Update Fastfile
Browse files Browse the repository at this point in the history
  • Loading branch information
sangohkim authored Aug 30, 2024
1 parent 91faf9a commit ed66ae6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ios/fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,8 @@ platform :ios do
scheme: "Runner",
clean: true,
export_method: "app-store",
export_xcargs: '-allowProvisioningUpdates',
xcargs: "-allowProvisioningUpdates",
export_xcargs: "-allowProvisioningUpdates",
)
upload_to_testflight(
skip_waiting_for_build_processing: true,
Expand Down

0 comments on commit ed66ae6

Please sign in to comment.