Skip to content

Tuist를 활용한 install external Library Static or Dynamic

Vardy edited this page Dec 10, 2023 · 1 revision

Tuist를 활용한 install external Library Static or Dynamic

Static LibraryDynamic Library는 서로 다른 부분들이 있습니다. 대표적인 것으로 용량이 커진다 라는 점 입니다. Tuist를 활용하여 모듈화를 진행 할 때 외부 라이브러리가 중복 참조되는 경우가 있습니다. 이럴 때 외부 라이브러리를 Dynamic으로 선언하는 방법에 대해서 공유하려고 합니다.

Step 1: external library 설치하기

Step 2: external Library를 static으로 혹은 dynamic으로 즐기기

  • carthage, spm을 위한 생성자 파라미터에 배열을 넣을 수도 있지만, 따로 Dependencides를 넣을 수 있는 타입 존재

    image

  • 이 타입을 통해서 따로 선언하면 static or dynamic으로 선언 가능

    image

Step 3: Project에 추가하기

image

Clone this wiki locally