I am trying to use the new Xcode 7 feature that shows crash report directly into Xcode.
It is working well with my AppStore live version. But when trying to open crash report from my latest TestFlight build, it does not symbolicate, so I can't find the method name of the given crash.
Any clue on how to solve this ?
Thank you