I have this development environment:
Xcode 6.3.1 / OSX 10.10.3 / Deployment target 6.0
I'm working with storyboard since Xcode 5 but in this version (6.3.1), I have a problem with compilation time. The problem is simple, if i change anything inside storyboard when recompile the code late about 3-4 minutes and only when I change Storyboard (anything).
I believe is because every recompile generates ALL files for each posible size screen and I understand that (cause size classes), but is too slow (and annoying) in design time.
So I just want generate the size that I need to execute (design time) and when I will make a final generates for ALL SIZES.
Is it posible?
UPDATE:
I add these links as a reference but just reduce time if you don't need recompile storyboard, unfortunately I need recompile the storyboard changes. "Storyboard are missing in copy bundle resources" "Decreasing Storyboard compiling time"
UPDATE 2: (July 2015) After 2 months of research, I change my hard disk to a new SSD, increase to 16GB of memory the problem persist. I get a much better compiling time (5 minutes become 1:15 minutes), but its seems like a read/write problem with Storyboard XML file... so maybe there does not exist a workaround, just buy ton of patience.