Update Fastfile

This commit is contained in:
Marcos Rodriguez Velez 2024-01-03 21:51:50 -04:00
parent 06458e829d
commit 6ab89faaf3
No known key found for this signature in database
GPG Key ID: 6030B2F48CCE86D7

View File

@ -98,7 +98,7 @@ platform :ios do
desc "Install CocoaPods dependencies"
lane :install_pods do
UI.message("Installing CocoaPods dependencies...")
cocoapods(try_repo_update_on_error: true)
cocoapods
end
desc "Build the application"