Make sure your project build settings are generating a dSYM file. DEBUG_INFORMATION_FORMAT should be set to dwarf-with-dsym for all configurations

前端 未结 4 1912
无人共我
无人共我 2020-12-07 07:57

I\'ve recently started getting this error:

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:1047         


        
相关标签:
4条回答
  • 2020-12-07 08:22

    The below solution worked for me ,i hope it will help you.

    Goto build setting of your project then Search for debug information format in build setting and search for "Debug information format" then set "Debug information format" to "DWARF with dSYM file"

    enter image description here

    and make sure Generate debug symbol in build setting is set to Yes.

    0 讨论(0)
  • 2020-12-07 08:22

    Check for true "run script only when installing" on Run Script

    0 讨论(0)
  • 2020-12-07 08:24

    Elaborating Bruno's response, if you already have a script phase that you need to run all the time, create a new dedicated phase in order to avoid conflicts.

    0 讨论(0)
  • 2020-12-07 08:29

    I removed Fabric and Crashlytics and added them back again from the beginning just like I were to install it the first time around. It worked.

    see also https://twittercommunity.com/t/how-to-reinstall-fabric-crashlytics/37890

    0 讨论(0)
提交回复
热议问题