본문 바로가기
개발/Firebase

iOS Firebase Crashlytics dSYM

by dev_caleb 2023. 7. 2.
728x90

 

iOS Firebase crashlytics를 설정하려면 dSYM을 업로드시켜줘야한다.

버전마다 업로드시키는게 번거롭다면 자동으로 업로드하도록 할 수 있다!

 

 

https://stackoverflow.com/questions/55709939/how-to-upload-dsyms-files-which-developed-with-flutter

 

 

How to upload dsyms files which developed with Flutter?

I am developing one Cross-platform app with flutter support. I Integrated firebase Crashlytics for crash reports. before I need to check report one error message comes Upload 1 missing dSYM requir...

stackoverflow.com

 

해보고 결과를 적어야겠다!

 

주의 : 이렇게 하면 빌드 안되니, 댓글을 꼭 확인할 것!!

 

 

 

https://stackoverflow.com/questions/60821249/ios-and-firebasecrashlytics

 

iOS and FirebaseCrashlytics

I am trying to follow the instructions on Firebase Docs to upload missing required dSYMs. However I am stuck on running the uploader script. In my build phases I have "${PODS_ROOT}/

stackoverflow.com

 

"${PODS_ROOT}/FirebaseCrashlytics/upload-symbols" -gsp "${PROJECT_DIR}/GoogleService-Info.plist" -p ios "${DWARF_DSYM_FOLDER_PATH}/${DWARF_DSYM_FILE_NAME}"

 

 

일단 안되는 것 같아서 원상복구 했다..ㅜㅜ

728x90