Skip to content

Commit

Permalink
Fix Cocoapods to version 1.14.3 (#6475)
Browse files Browse the repository at this point in the history
  • Loading branch information
kneth committed Feb 9, 2024
1 parent 65860d3 commit cfb0f0a
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/pr-realm-js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -329,6 +329,14 @@ jobs:
if: ${{ matrix.variant.environment == 'react-native' }}
run: ccache --set-config="compiler_check=content"

# Hermes doesn't work with Cocoapods 1.15.0
# https://forums.developer.apple.com/forums/thread/745518
- name: Install older Cocoapods version
if: ${{ matrix.variant.os == 'ios') }}
uses: maxim-lobanov/setup-cocoapods@v1
with:
version: 1.14.3

- name: Install IOS tools
if: ${{ (matrix.variant.os == 'ios') }}
run: |
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
<!-- * Using Realm Core vX.Y.Z -->
<!-- * Upgraded Realm Core from vX.Y.Z to vA.B.C -->
* Migrated bindgen from `util::Optional` to `std::optional`
* Fix Cocoapods to version 1.14.3 on Github Actions.

## 12.6.0 (2024-01-29)

Expand Down

0 comments on commit cfb0f0a

Please sign in to comment.