Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Interface Builder warnings

I am getting an warning while building my source code as follows:

/* com.apple.ibtool.document.warnings */
/Users/biranchi/Desktop/Hotlist v2.0/Classes/HLCheckinViewController.xib:6: warning: The separator style "Single Line Etched" is not supported on iPhone OS versions prior to 3.2.

What is this error due to ?

Thanks

like image 608
Biranchi Avatar asked May 28 '10 11:05

Biranchi


1 Answers

I suspect you are using a grouped table with the separator style set to "Single line etched" and are compiling with SDK 3.1.3. In interface builder change the separator style to "Single line" and rebuild.

like image 121
tomj Avatar answered Sep 29 '22 07:09

tomj