본문 바로가기

기타

https://firebase.google.com/docs/crash/ios#upload_symbol_files: No such file or directory

728x90




파이어 베이스 앱 크러시 적용중 에러가 나네요 xcode 8.3 이상에서 요 에러가 날거에요 


만약 xcode 8.3 이상이 아닌데 요 에러가 난다면 설정 잘못하신거에요 


지금 남기는 기록은 xcode 8.3 이상에서 https://firebase.google.com/docs/crash/ios#upload_symbol_files: No such file or directory


에러가 날 경우 입니다.


파이어베이스 문서에서는 스크립트를 


# Replace this with the GOOGLE_APP_ID from your GoogleService-Info.plist file
GOOGLE_APP_ID=1:my:app:id

# Replace the /Path/To/ServiceAccount.json with the path to the key you just downloaded
"${PODS_ROOT}"/FirebaseCrash/upload-sym "/Path/To/ServiceAccount.json"


이런식으로 하라고 되어 있을거에요.. 하라는데로 했는데.. 왜 난 안되... 아 짜증 ㅋㅋㅋㅋㅋ


xcode 8.3이상에서는 스크립트가 변경 되었다고 하네요 





변경전 


"${PODS_ROOT}"/FirebaseCrash/upload-sym "/Path/To/ServiceAccount.json"

변경후


"${PODS_ROOT}"/FirebaseCrash/upload-sym-util.bash "/Path/To/ServiceAccount.json"

도움되셨기를 바랍니다 ^^