有这样一个问题:
我的项目中有 2 个故事板 - 用于 ipad 和 iphone。部署目标设置为 iOS 5。当我尝试使用 iPad-Simulator 在 iOS7 上运行它时,应用程序崩溃并显示消息 -
[NSKeyedUnarchiver decodeInt32ForKey:]: value for key
(UIKeyAutomaticallyAdjustsScrollViewInsets) is not an integer number
奇怪的是iPhone模拟器运行良好。
故事板设置设置为:
1)在 XCode5 中打开
2) 为项目 DT 构建
3) 以 iOS 7 及更高版本查看。
4)XCode 5 dp4。