google-fabric

iOS Firebase Crashlytics not showing up crashes in Dashboard

馋奶兔 提交于 2020-11-28 08:57:03
问题 I implemented Firebase Crashlytics in my iOS app. I followed all the steps in firebase documentation. I already ran crashlytics without the debugger by closing the app first and then re run the app so that crash reports can be sent. I even get this message Crash upload submission succesful I even added the Run script and set variable to "DWARF with DSYM" "${PODS_ROOT}/Fabric/run" I ready somewhere that if DSYM aren't uploaded you won't see your crashes even if they are uploaded successfully.