我最近开始收到此错误:
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
恕我直言,这代表Fabric。我们专门从调试配置中禁用了dsym,以加快构建速度。
—
乔尼
也想吃蛋糕吗?仅为模拟器设置DWARF。holko.pl/2016/10/18/dsym-debug
—
Piotr Byzia
应用程序构建失败,并显示stackoverflow.com/questions/60630429/…。谁能知道我的问题的解决方案
—
sejn