views:

154

answers:

2

This build warning just started showing up. I'm building for 3.1.3. Not sure what I did to trigger it. Anyone know what it means?!?

CompileXIB Classes/RootViewController.xib
Disabling subview autoresizing is not supported on iPhone OS versions prior to 3.0.
+1  A: 

Click the Info button on your xib's main window, and set the Deployment Target to iPhone OS 3.0 or iPhone OS 3.1.

Edit: Images!

Info Button Deployment Target Popup

(NB: These are from the 10.5 version of IB, but IIRC the 10.6 version is the same or close to it.)

Wevah
Meltemi
Not the info button in Xcode, the info button in Interface Builder. :)
Wevah
I didn't have the Info button in my toolbar by default. You can customize the toolbar to add it or directly open the Document Info view with Command + Option + I (or the menu: Window -> Document Info). Also, I had to do this for every xib it was complaining about, not sure the MainWindow.xib :(
raidfive
A: 

I am having the same problem. The only i button I see in IB doesn't allow me to change the Deployment Target. Can you be more specific?

Todd
Sure, I'll add an image.
Wevah