Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

NSInvalidUnarchiveOperationException with ContainerView

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" ?

like image 793
nine stones Avatar asked Oct 12 '12 23:10

nine stones


1 Answers

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.

like image 120
Phil Avatar answered Dec 02 '22 01:12

Phil