Is it possible to run tuist cache to cache only xcframework for is simulator
Hey @makleso6
Welcome to the community.
Unfortunately, not, and I have mixed feelings about adding support for that. If a graph with binaries (e.g., coming from the cache) has inconsistent supported SDKs across the graph, it might cause unexpected compilation issues for developers using Tuist and consuming the cache. If you feel like it, you can try to see what happens when you have this graph:
App (sources) → Framework A (sources) → XCFramework B (for simulator)
Then try running the app on a device.
Note that tuist cache is incremental, so the first time you warm it, it’ll be slow (cold), but future warms will be faster.
What’s the thing that motivated this question?
thanks for answering