diff --git a/xcode/commonFastfile b/xcode/commonFastfile index ab0695b..d03a2f0 100644 --- a/xcode/commonFastfile +++ b/xcode/commonFastfile @@ -10,6 +10,8 @@ before_all do |lane, options| sh("rm -rf #{podsReposPath}") end + carthage(platform: "iOS") + cocoapods( clean: true, repo_update: true