Recent Posts
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | 6 | 7 |
8 | 9 | 10 | 11 | 12 | 13 | 14 |
15 | 16 | 17 | 18 | 19 | 20 | 21 |
22 | 23 | 24 | 25 | 26 | 27 | 28 |
29 | 30 | 31 |
Tags
- 자원부족
- JanusWebRTCServer
- taint
- VARCHAR (1)
- 달인막창
- 헥사고날아키텍처 #육각형아키텍처 #유스케이스
- PytestPluginManager
- python
- JanusGateway
- 코루틴 빌더
- 티스토리챌린지
- 개성국밥
- 코루틴 컨텍스트
- pytest
- table not found
- JanusWebRTC
- addhooks
- terminal
- tolerated
- PersistenceContext
- 겨울 부산
- vfr video
- 깡돼후
- preemption #
- Value too long for column
- JanusWebRTCGateway
- Spring Batch
- mp4fpsmod
- 오블완
- kotlin
Archives
너와 나의 스토리
Unexpected method 'appcast' called on Cask adoptopenjdk** 문제 해결 본문
반응형
문제: brew upgrade, uninstall 등 무언가를 할 때마다 아래의 에러 발생
Error: Unexpected method 'appcast' called on Cask adoptopenjdk13.
Follow the instructions here:
https://github.com/Homebrew/homebrew-cask#reporting-bugs
seojeongyu@MacBook-Pro-417 ~ % brew untap AdoptOpenJDK/openjdk
Error: Unexpected method 'appcast' called on Cask adoptopenjdk13.
Follow the instructions here:
https://github.com/Homebrew/homebrew-cask#reporting-bugs
Error: Refusing to untap adoptopenjdk/openjdk because it contains the following installed formulae or casks:
adoptopenjdk13
해결 방법
- 에러 로그에 나온 링크에 들어감
- 시키는대로 brew update-reset & brew update
brew upgrade도 하려고 했는데 에러 발생
Error: Your Xcode (14.3.1) at /Applications/Xcode.app is too outdated.
Please update to Xcode 15.4 (or delete it).
Xcode can be updated from the App Store.
- 해결 방법: App Store를 통해 Xcode를 최신 버전으로 업데이트
그래도 동일한 문제 발생
- 해결 방법: brew uninstall --cask adoptopenjdk13
반응형
'개발' 카테고리의 다른 글
gem 설치 실패 문제 해결 - You don't have write permissions for the /Library/Ruby/Gems/2.6.0 directory. (0) | 2024.08.08 |
---|---|
Python, pip 삭제 후 특정 버전 설치 (0) | 2024.06.23 |
Janus Gateway를 이용해서 미러링 (0) | 2024.03.20 |
Janus WebRTC Tutorial 실행 방법 정리 - 화상 미팅 테스트 (0) | 2024.03.19 |
Launchd를 이용해 시스템 부팅할 때마다 자동으로 서버 띄우기 예제 (1) | 2024.01.24 |
Comments