- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我正在使用其中有 UINavigationController 的 Storyboard。 View Controller 被弹出和推送。
问题是,当我推送一个 UIViewController 时,我在 iOS 7 上出现异常,它在 iOS 8 上运行良好。
Terminating app due to uncaught exception 'NSInvalidUnarchiveOperationException', reason: 'Could not instantiate class named UIStoryboardShowSegueTemplate'
可能是什么问题?
你能帮忙吗
最佳答案
因为我的项目也遇到了同样的问题。我通过重新检查我在应用程序中定义的所有转场来解决这个问题。确保所有的 segues 都有一些 Action ,比如 push/pop/modal。
否则,该 Controller 上的应用程序将崩溃。请检查下面的快照,您将在 Storyboard中找到它。
请引用以下链接中的解决方案。
关于ios - NSInvalidUnarchiveOperationException,UIStoryboardShowSegueTemplate,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/26019940/
我正在使用其中有 UINavigationController 的 Storyboard。 View Controller 被弹出和推送。 问题是,当我推送一个 UIViewController 时,
我在 Xcode6、beta 6 左右创建了一个项目(今天升级到 b7)。使用 Swift,一直在为 iOS 8 SDK 等开发。 到目前为止,Storyboard 有两个 View Controll
我是一名优秀的程序员,十分优秀!