From 13bef27dbf98e170493d316cf700ecc9ddc2c071 Mon Sep 17 00:00:00 2001 From: Ivan Smolin Date: Fri, 22 Mar 2019 16:38:59 +0300 Subject: [PATCH] fix path --- xcode/commonFastfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xcode/commonFastfile b/xcode/commonFastfile index 5374685..53347e0 100644 --- a/xcode/commonFastfile +++ b/xcode/commonFastfile @@ -10,7 +10,7 @@ before_all do |lane, options| sh("rm -rf #{podsReposPath}") end - if File.exists? "Cartfile" + if File.exists? "../Cartfile" carthage(platform: "iOS") end