1월 26일 TIL

jini·2023년 1월 26일
0

TIL🌱

목록 보기
70/95
post-thumbnail

'numanna' 프로젝트 ~ing

하루종일 탈퇴하기랑 씨름함......

export const deleteUser = async (id: string) => {
    const res = await axios.delete(getUsersUrl() + "/" + id)
    if (!res) return

    return res.data
}

만들어져있는 코드라도 보면 이해할수있어야지..

오늘의 회고

그냥 갑자시 독바에 있던 시뮬레이터(리액트네이티브에서 사용했던)를 지우려고 X-code를 지웠는데 ,, 깃이 그냥 자체가 다 날아가버림 ^^ 와..................

crun: error: active developer path ("/Applications/Xcode.app/Contents/Developer") does not exist
Use `sudo xcode-select --switch path/to/Xcode.app` to specify the Xcode that you wish to use for command line developer tools, or use `xcode-select --install` to install the standalone command line developer tools.
See `man xcode-select` for more details.

다시 찾아서 다운받으려는데 처음에 44시간떠서 멘붕이다가 내배캠 젭끄니까 그래도 시간 쭉쭉 줄었음..정말 프로젝트기간에 깃사용도 못하고 그냥 이대로 끝나는줄 알았네....

profile
🌱

0개의 댓글