views:

120

answers:

1

Hi all,

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

+2  A: 

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.

tomj