Xcode frame capture debugging gles - call stack not symbolized

I am using Xcode 7.0, gles frame capture in ipad air ios 8.1. The debugging information format is set to "DWARF with dSYM file" and has a dSYM file along with the .app file. How to find characters?

This is a screenshot: missing characters

I am running an opengl Xcode demo project and still cannot find the characters. Maybe this is an xcode error?

+5
source share

Source: https://habr.com/ru/post/1233506/


All Articles