Refactored storyboard fails to compile XCode7
问题 I've decided to split the my (quite complex) storyboard into smaller chunks using the new "Storyboard refactor" feature in XCode7. I've started with one tab and refactored all the controllers within that tabbed navigation controller into separate file. But the storyboard fails to compile with "Storyboard References cannot be the destinations of relationship segues prior to iOS 9.0" . Now I've read that storyboard references should be deployable to iOS8 (which is our deployment target)