gresrun / GHSidebarNav

A clone of the new Facebook iOS UI paradigm
Apache License 2.0
607 stars 136 forks source link

UIStoryboardEmbedSegueTemplate #32

Open paliburger opened 11 years ago

paliburger commented 11 years ago

Hi, I'm getting an error when i run the GHSidebarNav storyboard's project on my xcode with iOS 5.0 and 5.1 on device and simulator. Looks like this:

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

How can i fix using storyboards.

Greetings

gresrun commented 11 years ago

Blech... I found these:

http://stackoverflow.com/questions/13228745/embed-segue-not-backwards-compatible http://stackoverflow.com/questions/12868255/nsinvalidunarchiveoperationexception-with-containerview

Looks like I used the embed segue which is an iOS 6-only feature. You can work around this by deleting the embed segues and manually creating and adding the child view controllers from the storyboard.

paliburger commented 11 years ago

Im stuck, please could you show me how?, Thanks and best regards!!

gresrun commented 11 years ago

http://lmgtfy.com/?q=delete+embed+segue

umpire274 commented 10 years ago

I've upgraded all the branch 'Storyboard' with the last update on 'master' branch and all branch is ready to be committed but I don't have the permission on the branch.

Can you help me or I send to you a zip?

Alex.

gresrun commented 10 years ago

Can you make a pull request though GitHub?

umpire274 commented 10 years ago

Done.