Update Fastfile

This commit is contained in:
Marcos Rodriguez Vélez 2025-03-01 19:57:55 -04:00 committed by GitHub
parent d14b4265f8
commit 4c0fd89530
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -402,7 +402,7 @@ lane :upload_bugsnag_sourcemaps do
end
desc "Build the iOS app"
lane :build_app_lane do
lane :build_app_lane do
Dir.chdir(project_root) do
UI.message("Building the application from: #{Dir.pwd}")
@ -418,7 +418,6 @@ lane :build_app_lane do
export_method: "app-store",
include_bitcode: false,
configuration: "Release",
destination: "generic/platform=iOS",
skip_profile_detection: false,
include_symbols: true,
export_team_id: ENV["ITC_TEAM_ID"],