ios - Xcode 8.3.2 keeps on building after every keystroke -


whenever try change in source files, xcode builds entire project.

and since, in between writing code, obvious there errors (like "nslog(@"abc")") throw error if written halfway "nsl").

if leave idle, fails 5 10 times more , see build succeeded. , again, when try change anything, rebuilds on every keystroke , fails.

i have tried unchecking, "show live issues", "continue building after errors". deep clean (command+shift+alt+k). after cleaning, ok, when rebuild again, same nut job building process continues.

this issue not related ibdesignables also. have tried uncheck "automatically refresh views" in storyboard , did not work.

any help?

looks like, can't open storyboard different window, not in new tab. used have 1 of windows source code , 1 storyboard only. made switch between storyboard , source code faster. may because of ibdesignables, not possible anymore.

the problem partially solved. if open storyboard now, shows same behavior of rebuilding again , again. atleast, can write code in peace source code files open in different tabs/windows.


Comments

Popular posts from this blog

python - Operations inside variables -

Generic Map Parameter java -

arrays - What causes a java.lang.ArrayIndexOutOfBoundsException and how do I prevent it? -