【发布时间】:2021-11-10 20:58:56
【问题描述】:
我有一个带有大型故事板的 Xamarin.Ios 项目,进行了多项更改,现在在构建时我得到了
2021-09-15 21:02:15.846 MyProject[5479:4539431] Failed to set (localizedText) user defined inspected property on (UIButton): [<UIButton 0x14dd3dc40> setValue:forUndefinedKey:]: this class is not key value coding-compliant for the key localizedText.
我如何从这些信息中知道哪个 UIButton 是罪魁祸首?我猜它在那里,但我只是不知道要寻找什么?我在情节提要源代码中找不到“0x14dd3dc40”。
【问题讨论】:
标签: xamarin xamarin.ios storyboard