Skip to content

Commit

Permalink
fix(ios): fix error on ci due to errno::EEXIST - File exists @ syserr…
Browse files Browse the repository at this point in the history
…_fail2_in

The reason for the issue seems to be a bug in cocoapods < 15.2
  • Loading branch information
ThibaultBee committed Feb 15, 2024
1 parent 6396a8d commit ebd24d5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ios-ci.yml
Expand Up @@ -26,6 +26,8 @@ jobs:
- name: Install example npm dependencies
run: yarn example --frozen-lockfile
shell: bash
- name: Install Ruby gems
run: gem install cocoapods -v 1.15.2
- name: Install Pods
run: ${{matrix.extraEnv}} pod install
working-directory: example/ios
Expand Down

0 comments on commit ebd24d5

Please sign in to comment.