Skip to content

Commit 4b685ba

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 4b685ba

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -507,6 +507,9 @@ jobs:
507507
run: |
508508
cd example
509509
bundle install
510+
# Drop the experimental-generated lock so the legacy backend resolves
511+
# fresh (avoids a stale fast_float podspec checksum mismatch).
512+
rm -f ios/Podfile.lock ios/Pods/Manifest.lock
510513
USE_RIVE_LEGACY=1 bundle exec pod install --project-directory=ios
511514
512515
- name: Save cocoapods cache

0 commit comments

Comments
 (0)