If I add a storyboard reference to the storyboard and then try to make that reference the target of a relationship segue from a tab bar controller, xcode always crashes immediately. Has anyone else had this problem? I know that ios8 doesn't support references as targets of relationship segues, but I'm explicitly targeting ios9 in the project's settings, and xcode shouldn't crash in any case.
Xcode crashes when I try to make a storyboard reference the target of a relationship segue
I'm having the same problem always when I try to do a relationship segue.
I'm having same problem.
Did you can resolve?
I had this same problem and I had to switch to an older version of Xcode just to add the segue.
Did you try this?
From Storyboard -> drag from the tab bar controller to the view controller you want and holding down the Control key. Select Relationship Segue > view controllers from the menu that appears.
I met the same issue. You can try to close all tabs in XCode and also close tabs in other editor which open that storyboard file.