From 6b938c72110a2b86c8c31981fd22a4e9f5b54f02 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 591c0dcc42c17c..cd72ae474b8e1b 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: |