Mac 6

[MacOS] Flutter 초기 세팅 하기 (with brew)

brew 가 설치된 mac 환경1. flutter 설치하기brew install flutter 2. XCode 설치하기#패스워드 입력란 나오면 Mac 계정 패스워드 입력sudo xcode-select --switch /Applications/Xcode.app/Contents/Developersudo xcodebuild -runFirtstLaunch 3. Cocoapods 설치하기brew install CocoaPods 4. Android Studio 설치하기 안드로이드 스튜디오 다운로드 페이지 Android 스튜디오 및 앱 도구 다운로드 - Android 개발자  |  Android Studio  |  Android DevelopersAndroid Studio provides app builders wi..

OS/Mac(M1) 2024.11.04

[mac] homebrew 설치 및 확인 방법

1. homebrew 설치 $ /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)" 2. homebrew 환경 설정 설치가 완료되면 다음과 같은 에러가 뜬다. Warning: /opt/homebrew/bin is not in your PATH. Instructions on how to configure your shell for Homebrew can be found in the 'Next steps' section below. 이때 Next steps 를 따라가보면 아래와 같이 입력하라는 안내가 되어 있다. ==> Next steps: - Run these two commands in ..

OS/Mac(M1) 2023.08.19

[Mac(M1)] Oracle 접속하기 (with Docker)

주제 | m1 mac 에서 docker 를 통해 oracle 접속하기 개요 | 1) Homebrew 설치 (관련 글 : https://db-master.tistory.com/5) 2) Colima, Docker 설치 3) Oracle 서버 띄우기 4) DBeaver 설치 5) DBeaver 에서 접속하기 6) 참고 : Colima 로 Oracle 다시 띄우기 위한 설정 7) (중요!) 종료 후 재연결할 시엔 아래의 명령어로 하면 안 된다. (관련 글 : https://db-master.tistory.com/6 ) 문제 | 기존에 맥북 인텔을 사용하면서 도커를 띄워 오라클을 연결한 적이 있었다. 그때는 GUI 로 도커를 띄우고, 오라클 접속을 시도했을 때, 도커 내부 터미널에서는 sqlplus 가 접속이 ..

Server/Oracle 2023.08.19

[Mac(M1)]맥에서 삼성폰 갤러리 이미지 가져오기 (갤럭시Note9, with Android Studio)

주제 | 맥에서 안드로이드폰 갤러리 이미지 가져오기 (with Android Studio) 개요 | 1) 목적 : 맥에 안드로이드폰 연결하여 사진 백업하기 2) 해결 : 모바일 안드로이드 개발자 도구인 안드로이드 스튜디오를 사용하여 디바이스의 파일에 접근하여 백업하기 문제 | 삼성폰을 사용하면서, 맥에 USB케이블로 폰을 연결하여 스마트폰 데이터에 접근하고자 할 때, 파인더를 띄워놓고 아무리 기다려도 스마트폰을 인식하지 못할 때가 있다. 해결 | 1) 사진의 경로 기본적으로 삼성폰으로 사진을 찍으면 데이터는 DCIM 폴더에 저장되게 된다. 아무 사진이나 선택하여 상세보기를 클릭하면 경로는, 내부저장소 > DCIM > 하위 위치에 존재하게 된다. 2) Android Studio 사용하여 파일에 접근하기 2..

OS/Mac(M1) 2023.08.16
728x90