12

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

nine stones
  • 3,264
  • 1
  • 24
  • 36
  • I have the exact same problem. My program run on IOS6. Which means that we must have used some feature that's IOS6 only. Don't know what. – user4951 Oct 14 '12 at 07:52
  • 1
    once go through this link it may help you http://stackoverflow.com/questions/11085859/how-can-i-fix-nsinvalidunarchiveoperationexception – ganesh manoj Nov 27 '12 at 05:42

1 Answers1

13

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.

Phil
  • 568
  • 3
  • 19
  • Ty, the state of documentation is horrible, there. – nine stones Oct 15 '12 at 15:47
  • 2
    Had the same problem. You can that it is not supporting this feature prior 6.0 if you select the story board file and change und Document Versioning die Deployment to iOS 5.1. You get immediatyl an error message stating that "Embed segues are not available on iOS 5.1 and prior." – Bernd Rabe Feb 18 '13 at 14:20