We do not provide support for this pre-release version.
Issue with `tuist graph` after updating to macOS
After upgrading to macOS 15, I encountered the following error when running the tuist graph command
Problem
The 'brew' command exited with error code 1 and message:
Warning: You are using macOS 15.
We do not provide support for this pre-release version.
It is expected behaviour that some formulae will fail to build in this pre-release version.
It is expected behaviour that Homebrew will be buggy and slow.
Do not create any issues about this on Homebrew's GitHub repositories.
Do not create any issues even if you think this message is unrelated.
Any opened issues will be immediately closed without response.
Do not ask for help from Homebrew or its maintainers on social media.
You may ask for help in Homebrew's discussions but are unlikely to receive a response.
Try to figure out the problem yourself and submit a fix as a pull request.
We will review it but may or may not accept it.
Error: unknown or unsupported macOS version: :dunno
Consider creating an issue using the following link: https://github.com/tuist/tuist/issues/new/choose
Solutuon
brew update
'iOS프로젝트 > Funch(넥스터즈)' 카테고리의 다른 글
Dependency Container 만들기 (0) | 2024.09.29 |
---|---|
SwiftUI 하위뷰에서 상위뷰로 DelegatePattern을 활용해 이벤트 전달하기 (0) | 2024.09.29 |
Coordinator 모듈을 통해 UI 모듈간 순환참조 해결하기 (0) | 2024.09.24 |
모듈화 리팩토링 과정에서 고민했던 것들 (2) | 2024.09.24 |
SwiftUI 화면 dismiss 상황에서 흰 화면 나타나는 문제 (1) | 2024.09.22 |