Xcode UIView&x27;s描述打印垃圾

Xcode UIView&x27;s描述打印垃圾,xcode,uiview,lldb,Xcode,Uiview,Lldb,当我在任何UIView上执行po时,我会得到以下信息 (lldb) po [[UIView alloc] initWithFrame:CGRectMake(0, 0, 100, 100)] (id) $1 = 0x08731860 + ƒ„*∞Ì*Ä…3 Hܺ retain:1 - tag:0 - bgcolor:(r:0 g:0 b:0 a:1.00) bounds: x:0 y:0 w:100 h:100 - frame: x:0 y:0 w:100 h:100 - cente

当我在任何UIView上执行po时,我会得到以下信息

(lldb) po [[UIView alloc] initWithFrame:CGRectMake(0, 0, 100, 100)]
(id) $1 = 0x08731860 + ƒ„*∞Ì*Ä…3    Hܺ retain:1 - tag:0 - bgcolor:(r:0 g:0 b:0 a:1.00)
   bounds: x:0 y:0 w:100 h:100 - frame: x:0 y:0 w:100 h:100 - center: x:50, y:50

这只发生在我的一个项目中。你知道是什么引起的吗?

我知道这个问题的原因存在于iOS的UserVoice静态库中。

哦,哇。谢谢你的信息。究竟是什么导致了这种情况?