gdb 설치
터미널에서 다음과 같이 brew 설치 (설치되어있을 경우 패스)
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
만약 다음과 같은 에러가 발생할 경우 다음과 같이 라이센스 동의를 해준다.
You have not agreed to the Xcode license.
Before running the installer again please agree to the license by opening Xcode.app or running:
sudo xcodebuild -license
라이센스 동의
sudo xcodebuild -license
스페이스를 눌러 다음 진행하다보면 다음과같이 ‘agree’라고 타이핑하라는 문구가 뜬다. 타이핑해준다.
다음과 같은 메시지가 출력되면 완료
You can view the license agreements in Xcode's About Box, or at /Applications/Xcode.app/Contents/Resources/ English.lproj/License.rtf
brew 설치 재시도 (설치되어있을 경우 패스)
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
gdb 설치
brew install gdb
키체인 설정
키체인 접근 - 인증서 지원 - 인증서 생성
이름은 gdb-cert로 설정
코드서명으로 인증서 유형을 설정하고 계속
유효기간은 설정
마지막에 키체인을 시스템으로 설정후 생성
생성되었따면,키체인 검색에서 gdb-cert를 찾아 정보 가져오기를 눌러서 신뢰 부분에 항상신뢰로 설정
gdb 코드사인 저장을 시도하고 맥 아이디/패스워드를 입력한다.
우클릭을 한뒤 카피
odesign -s gdb-cert /usr/local/bin/gdb
계정 정보 입력창이 나타나면 맥 ID/PW를 입력해 준다.
gdb실행하여 확인
2020/05/19 - [OS/Mac OS X] - Mac에서 Node.js 설치
2020/05/19 - [iOS/Jailbreak] - Tcpdump 사용법
2020/05/19 - [개발노트] - UUID의 구성 요소
2020/05/18 - [iOS/Swift] - Multiple font colors in a single UILabel
2020/05/18 - [개발툴/Xcode] - Storyboard References (스토리보드 분리)
2020/05/18 - [iOS/Jailbreak] - OpenSSL Mac 연동
2020/05/18 - [iOS/Objective-C] - NSLog 출력 크기 제한 풀기
2020/05/18 - [OS/Mac OS X] - Symbolic Link
2020/05/18 - [개발툴/Xcode] - Release 모드에서 디버깅
2020/05/18 - [iOS/Jailbreak] - 탈옥후 안정화
2020/05/15 - [iOS/Swift] - 다중 문자열 / 캐릭터 제거
2020/05/15 - [iOS/Swift] - String substring
2020/05/15 - [iOS/Swift] - Framework 경로
2020/05/15 - [iOS/Objective-C] - Frameworks 경로
'개발 > Note' 카테고리의 다른 글
HMAC SHA256 (0) | 2020.05.28 |
---|---|
gdb 사용 (0) | 2020.05.19 |
Mac에서 Node.js 설치 (0) | 2020.05.19 |
UUID의 구성 요소 (0) | 2020.05.19 |
Storyboard References (스토리보드 분리) (0) | 2020.05.18 |