mac6 mac에서 ios 시뮬레이터 열기 terminal 또는 iterm 에서 open -a simulator 추가로 스크린샷은 command키 + s 디버거 보는 법은 command키 + d 2023. 8. 22. mac 캡쳐 단축키 맨날 mac에서 캡쳐할 때마다 단축키 까먹어서.. 메모 전체 화면 캡쳐 : command(⌘) + shift(^) + 3(숫자) 부분 영역 캡쳐 : command(⌘) + shift(^) + 4(숫자) 누르고 드래그로 영역 지정 2022. 10. 31. xcrun: error: invalid active developer path (/Library/Developer/CommandLineTools), missing xcrun at: /Library/Developer/CommandLineTools/usr/bin/xcrun mac버전 업뎃후.. 발생한 에러 하.. 아래와 같은 에러가 발생했다. 이전 작업을 이어서 하려고 git pull을 했더니.. xcrun: error: invalid active developer path (/Library/Developer/CommandLineTools), missing xcrun at: /Library/Developer/CommandLineTools/usr/bin/xcrun 아무튼 해결한 방법은 xcode-select —install 위와 같은 커멘드를 입력해서 설치했더니 해결됬다.. 2022. 10. 31. EACCES: permission denied, unlink '/usr/local/bin/code' EACCES: permission denied, unlink '/usr/local/bin/code' 에러 발생 mac 업데이트를 하고 vsc를 열려고 터미널에서 code . 를 입력했더니 커멘드가 안먹히는 현상이 발생했다. 일단 vsc를 직접 열어서 F1 키를 누른뒤 PATH에 'code' 명령 설치를 하려는 순간 발생한 에러다. ( F1키를 누르면 아래와 같이 나온다. ) 해결했던 방법은 아래와 같은 커멘드를 순서대로 터미널에서 입력해준 뒤 F1키를 눌러 code 명령을 재설치 해주니 해결이 되었다. cd /usr/local/bin sudo rm -rf code 2022. 9. 27. 이전 1 2 다음