diff --git a/.github/workflows/ios.yml b/.github/workflows/ios.yml index 099a8c5..aa1ca8d 100644 --- a/.github/workflows/ios.yml +++ b/.github/workflows/ios.yml @@ -14,6 +14,9 @@ jobs: steps: - name: Checkout uses: actions/checkout@v4 + - name: Pod install + run: | + pod install - name: Set Default Scheme run: | scheme_list=$(xcodebuild -list -json | tr -d "\n")