Firebase Crash Report Hidden

Viewed 931

I am using Firebase for my crash reports, I have a run script in Xcode that uploads my dsym files.

Today I have a crash report in firebase but the stack trace has these lines that just say hidden where you would expect to see lines from your code that caused the crash.

How do I get rid of these "hidden" lines and show the real lines of code?
below is what firebase crash report looks like for me.

1 MyAppName __hidden#483_ (__hidden#9327_:64)
2 MyAppName __hidden#483_ (__hidden#9327_:64)
3 MyAppName __hidden#483_ (__hidden#9327_)
4 Foundation _decodeObjectBinary + 418924
5 Foundation -[NSKeyedUnarchiver _decodeArrayOfObjectsForKey:] + 446284
6 etc....

Thank you.

1 Answers
Related