Search code examples
iphoneiosobjective-cxcodeios7

How to Remove the Warning "Frame for Button will be different at run time."


I am using Xcode 5 developer preview. When I change or add a in the XIB file from interface builder Xcode shows this warning:

Frame for Button will be different at run time.

How do I remove this warning?


Solution

  • Probably you have created a conflict in constraints. To resolve it Open nib file Go to editor > Resolve all constraint issues> from there you can reset all/desired constraints.