diff --git a/xcode/commonFastfile b/xcode/commonFastfile index fe6cd0a..ad49254 100644 --- a/xcode/commonFastfile +++ b/xcode/commonFastfile @@ -20,7 +20,7 @@ private_lane :installDependencies do |options| end cocoapods( - repo_update: false + repo_update: true ) end