-
Notifications
You must be signed in to change notification settings - Fork 136
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
UIStoryboardEmbedSegueTemplate #32
Comments
Blech... I found these: http://stackoverflow.com/questions/13228745/embed-segue-not-backwards-compatible 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. |
Im stuck, please could you show me how?, |
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. |
Can you make a pull request though GitHub? |
Done. |
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
The text was updated successfully, but these errors were encountered: