iOS Profiling - no symbols

Hi, trying to profile my app running on a tablet and don’t seem to have any symbols

Any ideas? thx

I recall having a similar issue when the file paths given to clang while compiling the project were relatives path instead of absolute paths

hi, thx for responding. is there some way I can check/address that? thx

build your project in xcode, and check the exact commands that it is executing to compile your file in its ‘build’ log

1 Like