최근 에이 오류가 발생하기 시작했습니다.
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
다른 제안이 있으십니까?
3
IMHO 이것은 Fabric을 대신하여 성가신 것입니다. 특히 빌드 속도를 높이기 위해 디버그 구성에서 dsym을 비활성화합니다.
—
Jonny
케이크도 먹고 싶어? 시뮬레이터에만 DWARF를 설정하십시오. holko.pl/2016/10/18/dsym-debug
—
Piotr Byzia
stackoverflow.com/questions/60630429/…로 앱 빌드에 실패했습니다 . 누구나 내 질문에 대한 해결책을 알 수 있습니까
—
sejn