Jaebi의 Binary는 호남선

[이슈 해결] Tuist (3.42.0) - Objective C Dependencies 에러 본문

이슈해결

[이슈 해결] Tuist (3.42.0) - Objective C Dependencies 에러

jaebijae 2025. 3. 3. 03:51

목차

    Tuist (3.42.0) - Objective C Dependencies 에러

    # Uninstall Tuist
    curl -Ls https://uninstall.tuist.io | bash
    
    # Install mise
    curl https://mise.jdx.dev/mise-latest-macos-arm64 > ~/bin/mise
    chmod +x ~/bin/mise
    
    # Install and activate Tuist
    mise install tuist@4.10.2
    mise use tuist@4.10.2
    • 버전 4.11.0 에서도 동일한 이슈 발생
      • 왜 4.11.0에서는 다시 이 이슈가 나오는지는 확인 필요…
      • 임시방편으로 바로 전 버전인 4.10.2 버전 사용