tuist cache warm and tuist generate --cache-profile all-possible now rely on the same normalized hashing graph. Previously the warmed target key could diverge from the key requested during generate, causing reuse failures. Generated projects also keep the same framework-search-paths normalization before binary replacement, so default cache reuse stays intact.
tuist generate --cache-profile all-possible now reuses warmed binaries consistently instead of missing them.
Source URLs: