Skip to content

Conversation

@VictorB00
Copy link
Contributor

Summary

Adds a comprehensive cache cleanup step to the iOS e2e workflow to resolve potential build issues caused by stale caches.

Changes

  • Added cache cleanup step before building iOS app
  • Cleans Flutter build artifacts
  • Removes CocoaPods cache (Pods, .symlinks, Podfile.lock)
  • Clears global CocoaPods cache
  • Removes Xcode DerivedData

Motivation

CI was experiencing build failures that may be related to cached Swift Package Manager dependencies or stale build artifacts. This ensures every build starts fresh and eliminates cache-related issues.

@VictorB00 VictorB00 merged commit 5eb1549 into main Nov 26, 2025
1 of 2 checks passed
@VictorB00 VictorB00 deleted the fix/clean-ios-build-cache branch November 26, 2025 05:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant