diff --git a/ios/fastlane/Fastfile b/ios/fastlane/Fastfile index 29c35f41fa..a6866592fb 100644 --- a/ios/fastlane/Fastfile +++ b/ios/fastlane/Fastfile @@ -79,7 +79,8 @@ platform :ios do build_app( scheme: "JitsiMeet", include_symbols: true, - export_xcargs: "-allowProvisioningUpdates" + export_xcargs: "-allowProvisioningUpdates", + xcodebuild_formatter: "" ) # Upload the build to TestFlight