1

I followed all the Fabric documentation concerning crash reports for iOS.

I can see my first crash test on the dashboard, but now the App is on the AppStore, and I see no crashes, no active users, no data at all on the Fabric App.

But I know there are a lot of users right now, we can see all the stats for Android.

How can we make this solution working for iOS ?

1 Answers1

5

you might want to check 3 things:

missing dYSIM

runscript

plist

nerezza
  • 393
  • 1
  • 7
  • No everything is setup properly –  Dec 15 '16 at 09:47
  • @BlaBla Double-check in your Build Settings that your Debug Information Format is “DWARF with dSYM File” for both Debug and Release – nerezza Dec 15 '16 at 09:56
  • Debug information format is already set to DWARF with dSYM File for both Debug and Release –  Dec 15 '16 at 10:58
  • @BlaBla I'm not sure exactly your issue here, but you can check the plist and run script in your xcode. *please refer to my edited answer. – nerezza Dec 15 '16 at 11:23