I'm using Xcode version 9.2, I have tried to delete the derived data but still getting empty warning message for storybard as show in pic below. I cannot know what is the problem if the warning is empty, any idea how to fix this?
Update
I have solve the warning by change the constraint from this
- Left constraint "Greater Than or Equal" with first item as TextView.Leading and second item as Superview.Leading.Margin
- Right constraint "Greater Than or Equal" with first item as Superview.Trailing.Margin and second item as TextView.Trailing
to this by just reverse first and second item for "2"
- Left constraint "Greater Than or Equal" with first item as TextView.Leading and second item as Superview.Leading.Margin
- Right constraint "Less Than or Equal" with first item as TextView.Trailing and second item as Superview.Trailing.Margin
How ever I'm not sure why this will cause the empty warning message