본문 바로가기
작성중

[iOS] iOS 디버깅 하는 방법

by Vader87 2020. 9. 4.
반응형

맥 뿐만 아니라 Windows 에서도 확인이 가능한 듯 하다

Mac OS

~/Library/Logs/CrashReporter/MobileDevice/<DEVICE_NAME>~ 은 홈 폴더

Windows Vista / Windows 7 / Windows 8

C:\Users\<USERNAME>\AppData\Roaming\Apple computer\Logs\CrashReporter/MobileDevice/<DEVICE_NAME>

Windows XP

C:\Documents and Settings\<USERNAME>\Application Data\Apple computer\Logs\CrashReporter/<DEVICE_NAME>

support.starwars.com/hc/ko/articles/360000730806-iPhone-iPad-%EA%B2%8C%EC%9E%84%EC%9D%98-%ED%81%AC%EB%9E%98%EC%89%AC-%EB%A1%9C%EA%B7%B8-%EC%9E%85%EC%88%98-%EB%B0%A9%EB%B2%95

 

iPhone/iPad 게임의 크래쉬 로그 입수 방법

크래쉬 로그는 게임에 심각한 문제가 발생했을 때 꼭 필요한 정보입니다. 다음 3개의 운영 체제에서 iPhone 크래쉬 로그를 찾는 방법을 배우십시오: Mac OS X, Windows Vista / Windows 7 Windows 8, Windows XP. USB

support.starwars.com

XCode 에서 Run 해서 나오는 로그 확인

현재 앱 로그만 나온다

 

Console > 기기 선택

기기의 모든 로그가 나온다

검색 옵션을 추가해 필터링

 

XCode > Windows > Organizer > Crashes > Choose App Store

크래쉬 됬을때 사용자가 리포트 해준 로그들이 나온다

developer.apple.com/news/?id=nra79npr

 

How to review your app’s crash logs - Discover - Apple Developer

While we’d all prefer it if our apps never crashed, the logs captured from those crashes can help you troubleshoot bugs and get your app up and running again. Here’s how to use Xcode and the Finder to view your app’s issues and take action.

developer.apple.com

 

developer.apple.com/documentation/xcode/diagnosing_issues_using_crash_reports_and_device_logs/acquiring_crash_reports_and_diagnostic_logs#3403790

 

Apple Developer Documentation

 

developer.apple.com

동기화

support.apple.com/ko-kr/guide/mac-help/mchlde9a31f1/mac

 

Mac, iPhone 또는 iPad 간에 콘텐츠 동기화하기

Mac에서 iPhone, iPad 또는 iPod touch로 콘텐츠를 동기화할 수 있습니다.

support.apple.com

 

반응형

'작성중' 카테고리의 다른 글

[Architecture] Use case  (0) 2020.09.11
[Architecture] The Clean Architecture  (0) 2020.09.11
[Git] Commit Message Template  (0) 2020.09.04
[Unity] Google Play Service Resolver  (0) 2020.09.03
[Unity] LeanTween 사용법  (0) 2020.05.31

댓글