diff --git a/xcode/commonFastfile b/xcode/commonFastfile index 0c00145..0ba1ed1 100644 --- a/xcode/commonFastfile +++ b/xcode/commonFastfile @@ -21,7 +21,8 @@ private_lane :installDependencies do |options| end cocoapods( - try_repo_update_on_error: true + try_repo_update_on_error: true, + verbose: true ) end