Xcode crashes constantly when setting constraints in storyboard

After adding constraints in many UI controls using storyboard, when I was trying to edit an existing constraint, Xcode suddenly appears unexpectedly. This happens when new restrictions are added. This happens continuously from Xcode and has random behavior. I am currently using Xcode Version 6.3.

Below is a short report:

enter image description here

+3


source to share


1 answer


Thanks everyone for your concern.

After many tries, I am able to work with Xcode. I cannot find the root cause, but I will come out of it differently.



After crashing many times, I figured that instead of putting many views in one view controller with a lot of constraints, take separate views and set constraints in it and add those views to the host's view controller at runtime.

+1


source







All Articles