DerekSelander / LLDB

A collection of LLDB aliases/regexes and Python scripts to aid in your debugging sessions
GNU General Public License v2.0
1.77k stars 198 forks source link

Fix no known method '-UTF8String'; error in dclass #29

Closed aaronash closed 4 years ago

aaronash commented 4 years ago

I ran into the same issue this person did: https://github.com/DerekSelander/LLDB/issues/26 Simple fix, just cast calls to UTF8String to the return type

johnsilvester commented 4 years ago

Great fix!

DerekSelander commented 4 years ago

Thanks!