최근 에이 오류가 발생하기 시작했습니다.
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
나는이 대답을 시도 아카이브로 dSYM 파일을 복사 할 수 없습니다 그러나 내 모든이 Generate Debug Symbols
설정되어YES
다른 제안이 있으십니까?
답변
아래 솔루션이 나를 위해 일한 것이 도움이되기를 바랍니다.
프로젝트의 빌드 설정으로 이동 한 다음 빌드 설정에서 디버그 정보 형식을 검색하고 “디버그 정보 형식”을 검색 한 다음 “디버그 정보 형식”을 “dSYM 파일이있는 DWARF “로 설정 하십시오.
빌드 설정에서 디버그 기호 생성 설정이 예로 설정되어 있는지 확인 하십시오 .
답변
Run Script에서 “설치시에만 스크립트 실행”확인
답변
답변
Fabric과 Crashlytics를 제거하고 처음으로 설치하는 것처럼 처음부터 다시 추가했습니다. 효과가있었습니다.
또한 참조 https://twittercommunity.com/t/how-to-reinstall-fabric-crashlytics/37890