diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index fefee55c..3b370329 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -181,7 +181,7 @@ jobs: with: path: | **/ios/Pods - key: ${{ runner.os }}-cocoapods-${{ hashFiles('example/ios/Podfile.lock') }} + key: ${{ runner.os }}-cocoapods-${{ hashFiles('package.json', '*.podspec', 'example/ios/Podfile.lock') }} restore-keys: | ${{ runner.os }}-cocoapods- @@ -190,6 +190,7 @@ jobs: run: | cd example bundle install + rm -f ios/Podfile.lock ios/Pods/Manifest.lock bundle exec pod install --project-directory=ios - name: Cache cocoapods @@ -229,7 +230,7 @@ jobs: with: path: | **/ios/Pods - key: ${{ runner.os }}-cocoapods-${{ hashFiles('example/ios/Podfile.lock') }} + key: ${{ runner.os }}-cocoapods-${{ hashFiles('package.json', '*.podspec', 'example/ios/Podfile.lock') }} restore-keys: | ${{ runner.os }}-cocoapods- @@ -238,6 +239,7 @@ jobs: run: | cd example bundle install + rm -f ios/Podfile.lock ios/Pods/Manifest.lock bundle exec pod install --project-directory=ios - name: Restore iOS build cache diff --git a/package.json b/package.json index 5fd2be6d..38d6ebf4 100644 --- a/package.json +++ b/package.json @@ -64,7 +64,7 @@ }, "homepage": "https://github.com/rive-app/rive-nitro-react-native#readme", "runtimeVersions": { - "ios": "6.18.2", + "ios": "6.20.4", "android": "11.4.0" }, "publishConfig": {