본문 바로가기
PROGRAMMING CODE/SWIFT

[Tuist] Tuist 버전맞추기 (mise)

by daye_ 2024. 1. 25.

 

 

 

본인은 그냥 요렇게 버전 고정하면 되는 줄 알았는데 mise 방법을 팀원들이 알아왔다! 메모메모

 

https://baegteun.tistory.com/7

 

Tuist 사용법 - 6. 버전 고정

Tuist를 사용하면서 다른 사람과 협업할 때, 각자 설치해놓은 버전이 다를 수 있습니다. 또한 Tuist의 업데이트 주기가 짧은 편이기에 더욱 이런 사태가 발생할 가능성이 크죠. 이때 해당 프로젝트

baegteun.tistory.com

 

 

 

 

node version : 20.11.0

 

 

 

 

curl -Ls https://raw.githubusercontent.com/tuist/tuist/main/script/uninstall | bash

트위스트 삭제 명령어

 

 

 

curl https://mise.jdx.dev/install.sh | sh

 

echo 'eval "$(~/.local/bin/mise activate zsh)"' >> ~/.zshrc

 

~/.local/bin/mise --version

마이즈 설치, 요 명령어를 순서대로 실행 후 버전이 잘 나온다면

터미널 종료 후 다시 실행

 

mise use --global node@20

 

mise install tuist@3.27.1

 

프로젝트 디렉토리로 가서 사용할 트위스트 버전 적기

 

 

tuist version

그리고 원하는 버전으로 잘 설치됐는지 확인하기!