NSInvalidUnarchiveOperationException with ContainerView

时间秒杀一切 提交于 2019-12-09 14:50:02

问题


Using a ContainerView with an embed seque I'm getting this:

* Terminating app due to uncaught exception 'NSInvalidUnarchiveOperationException', reason: 'Could not instantiate class named UIStoryboardEmbedSegueTemplate'

My searches didn't provide a lot, so: Does this mean "Sorry, only on iOS6" ?


回答1:


Yes, this really seems to be a "iOS 6 only"-feature. I did not see it in iOS 5 either... But didn't find it in the Docs so far.



来源:https://stackoverflow.com/questions/12868255/nsinvalidunarchiveoperationexception-with-containerview

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!