From aa27fd054d72c8b6d464623f171e5d752ec64f52 Mon Sep 17 00:00:00 2001 From: crow Date: Fri, 16 Feb 2024 13:08:39 -0800 Subject: [PATCH] Try pod install in ci script --- scripts/run_ci_tasks.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/run_ci_tasks.sh b/scripts/run_ci_tasks.sh index 463e7718..16777d70 100755 --- a/scripts/run_ci_tasks.sh +++ b/scripts/run_ci_tasks.sh @@ -50,7 +50,7 @@ fi # iOS if $IOS; then cd example/ios - + pod install # build iOS PROJECT_PLATFORM_PATH="$(pwd)" DERIVED_DATA=$(mktemp -d /tmp/ci-derived-data-XXXXX)