NSInvalidUnarchiveOperationException with Containe

2020-07-03 06:54发布

问题:

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.