# debugging
The linked library 'libPods-xxx.a' is missing one or more architectures required by this target: arm64.
The linked library 'libPods-xxx.a' is missing one or more architectures required by this target: arm64.Build Settings > Architectures로 이동하여 arm64를 추가해

Test Code에 대해서
테스트 코드란 "내가 짠 코드가 맞게 짠 코드가 맞을까?","코드를 수정했는데 같은 기능으로 구현되는가?"에 대한 검증을 하는 수단.

React complete study_Debugging React Apps_(7)
개발을 하다보면 우리는 항상 에러를 마주한다. 조건이 항상 다르기때문에 우리가 경험하는 에러는 아주 다양하다. 이러한 이유로 아마 우리는 에러 없는 코드를 절대 짤 수 없을 것이다."어짜피 에러는 발생할 것이다." 라는 사실을 받아들였다면, 다음 방향은 그것을 어떻게

Resource punkt not found. Please use the NLTK Downloader to obtain the resource:
Resource punkt not found. Please use the NLTK Downloader to obtain the resource:\\nltk가 제대로 다운로드 받아지지 않아서 그대로 적용해 보았더니 아주 잘 작동이 되었다!
'DataFrame' object has no attribute 'profile_report'
에러 'DataFrame' object has no attribute 'profile_report' > ### 운영체제 Colab > ### 발생한 이유 colab에서는 pandas profiling도구가 구식이기에 최신버전을 따로 설치 필요 > ### 솔루션-1

AttributeError: module 'PIL.TiffTags' has no attribute 'IFD'
AttributeError: module 'PIL.TiffTags' has no attribute 'IFD'설치 이후 런타임을 재시작하지 않았다.런타임 다시시작및 모두실행을 누르니 해결되었다. 정말 말도안되는 에러가 났을때는 컴퓨터를 껏다 켜보라는 지인의 말이 생각나던

Docker - error response from daemon - image is referenced in multiple repositories
Docker - error response from daemon - image is referenced in multiple repositories이미지에서 참조하는 IMAGE ID를 제거하려는 경우 언급한 오류가 발생.ubuntu 20.04\-f 옵션으로 수동 삭제.

cv2.error: !ssize.empty() in function 'resize'
cv2.error: !ssize.empty() in function 'resize'CV2가 파일을 읽을 수 없으면 오류가 발생하지 않지만, 반환이 None으로 되고난후 크기를 조정하려고 하면 None(빈) 이미지가 표시 되어 !ssize.empty()가 되는 것이다

00 failed: port is already allocated
00 faile: port is already allocated이미 사용중인 port에 대한 접근 시도5000번 포트를 사용중인 컨테이너를 내리기. 사용허지 않는 컨테이너는 꼭 stop을 해두는 습관을 가져야겠다 생각하게 되었다.

Docker -error response from daemon cannot stop container
error response from daemon cannot stop container시스템관리자 AppArmor의 버그.ubuntu20.04 출처- stackoverflowubuntu18.04출처- stackoverflowDocker 튜토리얼을 따라 하는데 에러가 나

📕[독서] 기초부터 완성까지, 프런트엔드
Velog 눈팅에 취미가 생긴 나는 얼마 전 추천글에서 해당 책을 발견하게 되었다.프ㅡ엔 개발자가 이 책을 추천했음개발자가 되고싶다는 꿈을 품으며 대학 생활을 하는 나에게 구매하지 않을 이유가 없는 도서였다.정말 호감가는 표지이지 않을 수 없다. 난 이런 이것저것 다

인텔리제이(Intellij) 디버거 사용법 - Debugging 하기
Intellij 환경에서 디버깅 하는법1\. 디버거란?2\. 디버그 위한 메뉴 설명3\. 디버깅 방법❕intellij에서 java소스 디버깅❕프로그램을 한 줄씩 실행시킬 수 있고 실행될 때 변하는 변수와 그 값들을 확인할 수 있다. ✅ 메뉴설명

배포 리뷰(netlify(넷틀리파이) 배포 시 발생할 수 있는 에러 해결), (heroku(헤로쿠) 배포 시 발생할 수 있는 에러 해결) - Reactjs, Nodejs, Python을 이용하여 대학생 자취 지역 추천 서비스 만들기
Netlfiy 에러 해결/ Heroku 에러 해결