_NSInlineData 的坑,求救

在用lldb 打印一个重要数据时,遇到这个问题,打印出来的数据类型是_NSInlineData,想转换成可读的String类型 ,

try
[(id) 0xxxxxx buffer]
?

Do you meaning like this

I’ve tried, but it doesn’t work

The correct result should be this way

bu I don’t how to get the correct result