通过 XCode 中的内存地址查找 UIView?

Jay*_*awn 5 xcode ios uistoryboard

我目前收到以下错误:

Failed to set (borderIBColor) user defined inspected property on 
(UIView): [<UIView 0x7f8dda6075b0> setValue:forUndefinedKey:]: this 
class is not key value coding-compliant for the key borderIBColor.
Run Code Online (Sandbox Code Playgroud)

我需要更改用户定义的属性,但我不知道编译器指的是哪个 UIView

有什么方法可以获取这些信息并找到它UIView以便我可以修复它?在storyboard试图找到它的过程中,我一直在浏览每一个视图,但这需要永远。

Jay*_*awn 0

根据 Larme 的评论,打开故事板作为源代码并执行 ctrl+F 解决了我的问题。