프로젝트 빌드 설정이 dSYM 파일을 생성하고 있는지 확인하세요. 모든 구성에 대해 DEBUG_INFORMATION_FORMAT을 dwarf-with-dsym으로 설정해야 합니다.

최근에 이 오류가 발생하기 시작했습니다:

2015-03-23 11:35:48.902 run[60036:1047011] Crashlytics.framework/run 1.3.14
2015-03-23 11:35:48.911 run[60036:1047011] 

Crashlytics: dSYM Error

Unable to process <your app>.app.dSYM at path /path/to/<your app>.app.dSYM
Make sure your project build settings are generating a dSYM file. DEBUG_INFORMATION_FORMAT should be set to dwarf-with-dsym for all configurations. This could also be a timing issue, make sure the Crashlytics run script build phase is the last build phase and no other scripts have moved the dSYM from the location Xcode generated it.

Command /bin/sh failed with exit code 1

이 답변 https://stackoverflow.com/questions/4466095/unable-to-copy-dsym-file-into-archive 을 시도했지만 모든 '디버그 기호 생성'이 '예'로 설정되어 있습니다.

다른 제안 사항이 있나요?

질문에 대한 의견 (2)

아래 솔루션이 저에게 도움이 되었기를 바랍니다.

프로젝트의 빌드 설정으로 이동한 다음 빌드 설정에서 디버그 정보 형식을 검색하고 을 검색한 다음 을 로 설정합니다.

로 설정하고 빌드 설정에서 디버그 심볼 생성이 예로 설정되어 있는지 확인합니다.

해설 (10)

스크립트 실행에서 '설치 시에만 스크립트 실행'이 참인지 확인합니다.

해설 (3)

39 정성 들여 Bruno& 대응은 할 경우, 이미 스크랩트 단계입니까 모두실행 충돌을 피하기 위해 전용 단계입니까 시간, 새로운 것을 만들 수 있습니다.

! [입력하십시오. 이미지 여기에 설명을] [1]

해설 (0)

처음 설치할 때처럼 Fabric과 Crashlytics를 제거했다가 처음부터 다시 추가했습니다. 성공했습니다.

https://twittercommunity.com/t/how-to-reinstall-fabric-crashlytics/37890 참조

해설 (1)