지우너
[Mac vscode] a space is required between conzsecutive right angle brackets (use '> >') 본문
카테고리 없음
[Mac vscode] a space is required between conzsecutive right angle brackets (use '> >')
지옹 2024. 3. 6. 17:32vscode mac c++ 설정하기
https://headf1rst.github.io/c++/clang-c++17/#tasksjson-설정
https://areumdawoon.tistory.com/20
위의 블로그를 보면서 C++17 설정을 다시 했습니다.
저의 문제는
① xcode 삭제(필요없는 줄 알고 정리했었는데, 그게 문제였다...)
- 바탕화면에서 command+스페이스바 눌러서 터미널 검색
- 터미널에 clang --version 이라고 치기. clang이 설치되어있지 않다고 뜰 경우 xcode를 확인...
② task.json 파일에 "args" 부분에 "-std=c++17" , "-stdlib=libc++" 가 없었다.
③ c_cpp_properties.json 파일에 "compilerArgs": ["-std=c++17", "-stdlib=libc++"] 없었음