Skip to content

Translation 🌍

이 페이지를 번역하거나 기존 번역을 개선할 수 있습니다.

기여

Generated iOS App with external dependencies filtered out

Tuist filters out destinations cascading platform condition filters down to external dependencies. This filtering can result in external targets with no destinations, and it's important that we delete them from the graph. Otherwise the cache warming logic might try to build binaries for them, even if they are not buildable.

예제 확인

Released under the MIT License.