Reputation: 1310
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:
Upvotes: 4
Views: 453
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