file://localhost/Users/.../mYGalleryView.xib: warning: Attribute Unavailable: Tint Color is not available on iOS versions prior to 6.0
&
/Users/.../myCell.xib:9: Letter Spacing Adjustment on iOS versions prior to 6.0
warning: Attribute Unavailable:
1. Tint Color is not available on iOS versions prior to 6.0
2. Letter Spacing Adjustment on iOS versions prior to 6.0
I am getting warning in the .xib
Link1 suggests to change the "Project Development Target" in "File Inspector". of xib file, which is already set to 5.0 as iOS 5.0 is supported.
Link2 say to unselect the "AutoLayout" in "File Inspector". I tried that but it didn't work.
What should be done to resolve this warning and also support iOS 5?
Thanks!