Xcode keeps building storyboard after each keystroke
It is caused by the IB_DESIGNABLE definitions in the source header files. Probably it makes problem only if the header file containing IB_DESIGNABLE is included (even implicitly) to the source file you are currently editing. I did not find a definitive solution how to disable IB_DESIGNABLE and thus compiling the storyboard and the source files … Read more