KTPatel
KTPatel

Reputation: 1310

While setting the constraints in storyboard, Xcode crashes continuously

After adding constraints in many UI controls using storyboard, when I tried to edit existing constraint, Xcode crashes unexpectedly. This is happening while adding new constraints, too. This happens continuously to Xcode and having random behavior. Currently I am using Xcode Version 6.3.

Below is crash report:

enter image description here

Upvotes: 4

Views: 453

Answers (1)

KTPatel
KTPatel

Reputation: 1310

Thanks all for your concern.

After many tries, I am able to work with Xcode. I am not able find a root cause but take a different way to come out of it.

After crashing many times, I thought rather than putting many views in one view controller having extensive amount of constraints, take separate views and set constraints in it and add those views into host view controller at run time.

Upvotes: 1

Related Questions