4

当我构建我的 iPhone 项目时,我从 xcode 收到关于我的一些 xib 的警告说:

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

问题是,我正在为 3.0 构建,并且基本 SDK 设置为 3.0。我已经四处寻找,找不到任何看起来可以解决问题的东西。

我做了一些谷歌搜索并搜索了 Apple 的开发论坛,但没有找到任何东西。这里有人有什么想法吗?

4

1 回答 1

7

您还需要确保在 IB 中也将部署目标设置为 3.0。

在 Interface Builder 中,转到 Window > Document Info 并确保将 Deployment Target 设置为 iPhone OS 3.0。

在 XCode 4.2 中,您可以选择 Nib,然后打开 File Inspector (View > Utilities > File Inspector)。在 Interface Builder Document 部分下,您将看到一个 Deployment 下拉菜单。

于 2009-09-02T16:37:57.553 回答