Skip to content

Commit

Permalink
add debug and allowProvisioningUpdates
Browse files Browse the repository at this point in the history
  • Loading branch information
jyu115 committed Dec 8, 2023
1 parent 5af5a32 commit b5dd01d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -35,13 +35,15 @@ platform :ios do
lane :build_ui_tests do
scan(
project: "sample-apps/swift-sample-app/swift-sample-app.xcodeproj",
configuration: "Debug",
scheme: "swift-sample-app",
sdk: "iphoneos",
destination: "generic/platform=iOS",
skip_build: false,
derived_data_path: "./build-swift-sample-app",
build_for_testing: true,
clean: true,
xcargs: "-allowProvisioningUpdates"
)

zip(
Expand Down

0 comments on commit b5dd01d

Please sign in to comment.