“Could not instantiate class named UIStoryboardShowSegueTemplate” - how can I make a Storyboard happy with iOS 7 and iOS 8?

邮差的信 提交于 2019-11-28 12:22:35
bubuxu

You can still use the new Segue type (such as Show) for iOS 7. Make sure in your Storyboard interface builder document, set the "Builds for" to iOS 7 rather than iOS8. (Sorry the screenshot is prepared but I have no enough reputation to post it)

Inside the File Inspector select the lowest:

As i am also getting the same issue with my project. I get this resolved by rechecking all segues i defined in the app. Make sure all segues will have some action like push/pop/modal.

If not then on that controller app will crash. Please check below snapshot which you will find in your storyboard.

your storyboard image will look like first image.

Make cure segue is selected.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!