๋ชฉ๋กerror (2)
๐ค ์์งlog ๐ค
const App = () => { const queryClient = new QueryClient(); return ( ; ); }; react-query ์ฌ์ฉ์ App.ts ๋ฅผ ๊ฐ์ธ์ฃผ์ด์ผํ๋ค. ๐ QueryClientProvider ๋ก ๊ฐ์ธ์ฃผ์ง ์์์ ์๊ธฐ๋ ์ค๋ฅ ๐
Github ์ ์๋ก์ด ๋ ํฌ์งํ ๋ฆฌ๋ฅผ ์์ฑํ๊ณ init ํด์ฃผ๋ ค๋๋ฐ xcrun: error: invalid active developer path (/Library/Developer/CommandLineTools), missing xcrun at: /Library/Developer/CommandLineTools/usr/bin/xcrun ๋ผ๋ ์๋ฌ ๋ฐ์ : Mac Os ์ ๊ทธ๋ ์ด๋ ํ ์์ฃผ ๋ฐ์ํ๋ ์๋ฌ๋ผ๊ณ ํ๋ค. โจ ํด๊ฒฐ ๋ฐฉ๋ฒ xcode-select --install ์ ๋ ฅํ๋ฉด tool ์ค์น ํ๋ผ๋ ๋ฉ์ธ์ง๊ฐ ๋ฌ๋ค. ๋ฐ๋ก ์ค์นํด์ฃผ๊ธฐ ์ค์น ์๋ฃ ํด์ฃผ๊ธฐ Git ์ด ์ ์๋ํ๋๊ฒ ํ์ธ โญ๏ธ โค๏ธ ๋์ ์ฃผ์ ๋ถ : https://www.hahwul.com/2019/11/18/how-to-fix-xcrun-error-aft..