vote up 1 vote down star

When I build my iPhone project, I get warnings from xcode about a few of my xibs saying:

Specifying a title shadow offset in Interface Builder is not supported by the iPhone SDK for iPhone OS versions prior to 3.0.

Thing is, I'm building for 3.0, and the base SDK is set to 3.0. I've done some poking around and can't find anything that looks like it would solve the problem.

I've done some Googling and searched Apple's dev forums and haven't found anything. Does anyone here have any ideas?

flag

72% accept rate

1 Answer

vote up 4 vote down check

You also need to make sure the deployment target is set to 3.0 in IB as well.

In Interface Builder, go to Window > Document Info and make sure the Deployment Target there is set to iPhone OS 3.0.

link|flag
That did it! Thank you sir :) – Mike Akers Sep 2 at 17:17
Now I'm wondering, is there any way to change the deployment target in all my xibs at once? or do i have to go through all my xibs one by one? – Mike Akers Sep 2 at 17:19

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.