Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | 6 | 7 |
8 | 9 | 10 | 11 | 12 | 13 | 14 |
15 | 16 | 17 | 18 | 19 | 20 | 21 |
22 | 23 | 24 | 25 | 26 | 27 | 28 |
29 | 30 | 31 |
Tags
- stack
- github
- Session
- MacOS
- appstore
- 웹뷰
- iOS16
- Git
- Firebase
- SwiftUI
- IOS
- geofencing
- error
- rxswift
- window
- 한글
- Code
- FLUTTER
- darkmode
- Archive
- Realm
- JPA
- view
- Notification
- Swift
- mac
- Xcode
- 개발자
- UIButton
- Apple
Archives
- Today
- Total
EEYatHo 앱 깎는 이야기
Swift ) Firebase crashlytics dSYM 등록 - EEYatHo iOS 본문
반응형
dSYM 파일은 아래 글을 보면 다운 받을 수 있고,
파이어베이스의 설명을 보면
/path/to/pods/directory/FirebaseCrashlytics/upload-symbols -gsp /path/to/GoogleService-Info.plist -p ios /path/to/dSYMs
터미널로 이 스크립트를 실행하라고 한다.
좀더 풀어서 쓰면, 아래와 같다.
[upload-symbols 파일 경로] -gsp [GoogleService-Info.plist 파일 경로] -p ios [다운받은 appDsyms 폴더 경로]
나 같은 경우,
프로젝트 경로로 이동하고 아래 스크립트를 실행해서 업로드 하였다.
pods/FirebaseCrashlytics/upload-symbols -gsp Hsmoa/Supports/GoogleService-Info.plist -p ios [다운로드폴더]/appDsyms
성공하면 아래와 같은 터미널 메세지들을 볼 수 있다.
성공해도 파이어베이스 콘솔에서 바로 바뀌진 않고,
대부분 10분안에 바뀌어있다
'iOS, Swift' 카테고리의 다른 글
Swift ) Url nil 나올 때 (한글, 공백 등) - EEYatHo iOS (0) | 2021.10.26 |
---|---|
Swift ) nib must contain exactly one top level object which must be a UITableViewCell instance - EEYatHo iOS (0) | 2021.10.25 |
심사할 때만 애플 로그인 실패 - EEYatHo iOS (0) | 2021.10.12 |
Swift ) UITableView reloadRows 애니메이션 none 안됨 - EEYatHo (0) | 2021.10.12 |
Xcode ) 빌드 클린 - EEYatHo (0) | 2021.10.07 |
Comments