Skip to content

Commit

Permalink
remove -quite flag
Browse files Browse the repository at this point in the history
  • Loading branch information
markusfassbender committed May 22, 2024
1 parent de4110e commit 415fac5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -302,7 +302,7 @@ platform :ios do
if build.for_simulator
Dir.chdir("..") do
# Build the app for simulator
sh "xcodebuild -scheme 'Wire-iOS' -configuration 'Debug' -sdk 'iphonesimulator' -derivedDataPath DerivedData -quiet build BUILD_NUMBER=#{build.build_number}"
sh "xcodebuild -scheme 'Wire-iOS' -configuration 'Debug' -sdk 'iphonesimulator' -derivedDataPath DerivedData build BUILD_NUMBER=#{build.build_number}"

# make a "fake" .ipa package that QA will use for installing to simulator
sh "mkdir -p debug/Payload"
Expand Down

0 comments on commit 415fac5

Please sign in to comment.