mirror of
https://github.com/yattee/yattee.git
synced 2026-05-02 05:27:49 +00:00
xcodebuild's resolvePackageDependencies sometimes fails with "already exists in file system" when multiple binary xcframework targets from the same release URL try to extract concurrently. The failing target varies across runs, confirming a race, not a missing-file problem. Wipe the three SPM cache roots between attempts and retry up to three times before giving up; once the resolve succeeds, fastlane's own resolve step reuses the cache.