将 xocde 更新到 10.3 版本后,无法查看或操作所有 xib 文件。
有什么解决办法吗?
我的操作系统版本:10.14.4 (18E226)
删除派生数据[不工作]
从首选项中完全删除您的派生数据,然后重新启动您的机器。
重新启动计算机解决了问题。至少对我来说。
UPDATE:- Finally I got the problem. In my case, it was an IBDesignable Class with IBInspectable Properties. I was assigned this class to my view. To fix this I just create a subclass of my IBDesignable class.
在这些安装问题之后我遇到了类似的问题:
经过所有的等待,一个打开的项目看起来像这样
上述 remove-DerivedData-restart 修复了这个问题。好的,这是事后推理,ymmv。