Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我已经用 xcode 3.2.6 构建了一个项目并将该项目发送给我的合作伙伴。他正在使用更高版本的xcode 4.4,并修改interface builder文件并更改编码。在他将项目发回给我后,由于 IBUIScreenMetrics initWithCoder:]:unrecognized selector send to instance 0x1b109790,我无法打开界面生成器。我想知道根本原因是什么以及如何解决它。
我也面临同样的问题。
我使用以下方法解决了它。
在 xib 的文件检查器中,从组合框中选择“Interface Builder 3.1”。
在此之后,我可以在 xcode 3.2.6 中打开 xib。