Skip to content

Commit 10ec00f

Browse files
committed
ci: regenerate Podfile.lock for legacy iOS pod install
The committed lock is experimental-generated; the legacy backend re-resolve rejected the stale external fast_float checksum. Remove the lock before the legacy pod install so it resolves fresh.
1 parent 975b01a commit 10ec00f

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -507,6 +507,11 @@ jobs:
507507
run: |
508508
cd example
509509
bundle install
510+
# The committed Podfile.lock is generated for the experimental backend.
511+
# Removing it lets the legacy backend resolve its own dependency graph;
512+
# otherwise the external fast_float podspec checksum mismatches and
513+
# pod install fails ("could not find compatible versions for fast_float").
514+
rm -f ios/Podfile.lock ios/Pods/Manifest.lock
510515
USE_RIVE_LEGACY=1 bundle exec pod install --project-directory=ios
511516
512517
- name: Save cocoapods cache

0 commit comments

Comments
 (0)