diff --git a/fastlane/Fastfile b/fastlane/Fastfile index 96a13c4d5cf9..92c61cb81b2c 100644 --- a/fastlane/Fastfile +++ b/fastlane/Fastfile @@ -203,7 +203,7 @@ platform :ios do build_app( workspace: "./ios/NewExpensify.xcworkspace", scheme: "New Expensify", - output_name: "New Expensify.ipa" + output_name: "New Expensify.ipa", export_options: { manageAppVersionAndBuildNumber: false }