반응형 전체 글239 The actual device runs before adding code in line.(ios) 실제 디바이스에 빌드 테스트를 할 경우 에러가 발생하게 됩니다. 에러 발생하기 전에 미리 아래의 파일안에 내용을 넣어두면 편리합니다. #include "Pods/Target Support Files/Pods-Runner/Pods-Runner.profile.xcconfig" NSBonjourServices _dartobservatory._tcp 끝 2022. 1. 15. [Flutter] Failed to register observatory port with mDNS with error [Flutter] Failed to register observatory port with mDNS with error 아이폰에서 실행을 하려하니 아래와 같은 에러가 발생하였습니다. Failed to register observatory port with mDNS with error -65555. 해결을 위해서 검색! 아래의 방법으로 해결하였습니다. ios -> Runner -> Info.plist add as below NSBonjourServices _dartobservatory._tcp 끝. 2022. 1. 9. React_Native_CLI 01 React_Native_CLI INSTALL AND CREATE FIRST APP node nodejs.org 에서 다운로드 설치 Homebrew brew install node 설치 버전 확인은 Terminal 에서 node -v React_Native_CLI https://reactnative.dev/docs/environment-setup Guides에 따라서 설치합니다. Extention in VSCODE React Native Tools React-Native/React/Redux snippets for es prettier material icon theme ESLint (eslint.org/docs/rules) How to edit .eslintrc.js add comment Ex) modu.. 2021. 12. 26. [Error해결] npm --global 옵션 설치 시 command not found: ~ 오류 해결 (mac os) 아래 스샷 처럼 Error 발생합니다. 해결 방법 : 글로벌 패스를 설정하면 해결된다고 합니다. 1. 자신의 클로벌 패스를 찾습니다. npm bin -g 저의 경우 /usr/local/bin 2. vi ~/.zshrc 을 사용해서 edit 해줍니다. 마지막 줄에 추가하였습니다. ESC 를 하고 :WQ저장하고 터미널에서 source ~/.zshrc export PATH=${PATH}:/Users/global path 이렇게 해서 해결하였습니다. 2021. 12. 26. [vscode] code 명령으로 vscode 열기 많은 강의를 보면 vscode로 프로그래밍 합니다. 터미널에서 프로젝트를 만들고 code . 명령어를 통해 터미널에서 바로 vscode를 실행하는 것을 보게됩니다. 따라서 하면 내컴퓨터에서 실행에 되질 않았습니다. 이유를 찾던 중 따로 설정이 필요했습니다. cmd + shift +p Shell Command : install 'code' command in PATH 검색하고 클릭 하면 설정 끝이다. 2021. 12. 25. [Mac App] Memorize Icon Positions - DIM 모처럼 좋은 프로그램을 소개합니다. 맥을 사용하면서 점점 많아지는 데스크탑 아이콘의 정리때문에 어떻게 해야하나.. 걱정이 생겼습니다. 앱스토어에 "iCollections" 이라는 프로그램이 있습니다만, 유료결제 가격이... 높습니다. 계속 검색하던중 DIM 라는 프로그램을 찾았고 현재 사용중에 있습니다. 사용법은 쉽습니다. 1. 현재 아이콘의 배치를 끝내고 2. 프로그램에서 Memorize Icon Positions 를 누르면 저장됩니다. 3. 사용하다가 아이콘 배치가 꼬인다면, Restore Icon Positions을 눌러 복구 하시면됩니다. http://www.parker9.com/desktopIconManager4.html#d www.parker9.com- Desktop Icon Manager G.. 2021. 12. 19. 이전 1 ··· 23 24 25 26 27 28 29 ··· 40 다음 반응형