diff --git a/mobile/fastlane/Fastfile b/mobile/fastlane/Fastfile index 148f2e1c9bd..c3170f0e854 100644 --- a/mobile/fastlane/Fastfile +++ b/mobile/fastlane/Fastfile @@ -56,6 +56,7 @@ platform :ios do export_method: "app-store", xcargs: "DEVELOPMENT_TEAM=#{team_id} " \ "CODE_SIGN_STYLE=Manual " \ + "CODE_SIGN_IDENTITY='Apple Distribution' " \ "PROVISIONING_PROFILE_SPECIFIER='#{profile_name}'", export_options: { teamID: team_id,