diff --git a/xcode/commonFastfile b/xcode/commonFastfile index ec19eae..0cea863 100644 --- a/xcode/commonFastfile +++ b/xcode/commonFastfile @@ -9,7 +9,7 @@ private_lane :installDependencies do |options| sh("rm -rf #{podsReposPath}") end - bundle_install() + bundle_install(path: "../.gem") if File.exists? "../Cartfile" begin