I converted my storyboard from old project with about 30 scenes to Size Classes-enabled mode in Xcode 6. After setting constraints for at least one scene I am trying to compile project and Storyboard compile time is reaaly long. I separated storyboard to two storyboards to recompile only edited one, but looks like they are recompiled both every time (again, even though only one of them was edited):
Is there a way to set option to compile only edited Storyboard, or only pointed Storyboard? Also maybe another options are available, will glad to read in answers!