From 2e108c89b9b4b2482ac763ff7c673d241cb76944 Mon Sep 17 00:00:00 2001 From: Tommy Nguyen <4123478+tido64@users.noreply.github.com> Date: Wed, 21 Jun 2023 13:09:01 +0200 Subject: [PATCH] ci: use `pod install --project-directory` when testing template --- .circleci/config.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index d4d5b483c487ab..ac8d9532a77541 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -904,8 +904,9 @@ jobs: export USE_FRAMEWORKS=dynamic fi + cd .. bundle install - bundle exec pod install + bundle exec pod install --project-directory=ios - run: name: Build template project command: |