How to symbolicating stack trace on run time when I'm the SDK that hosted in another app?

When I try to get the stack trace after I catch crash inside: NSSetUncaughtExceptionHandler, I can't see full stack trace, only adresses.


Maybe as SDK I can allow access the stack?


Thanks!