即使我的目标是 iPhone OS 3.0,为什么 Xcode 仍会警告我有关 xib 文件中标题阴影偏移的问题?

发布于 2024-08-03 14:12:36 字数 289 浏览 6 评论 0原文

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

指定标题阴影偏移量 接口生成器不支持 适用于 iPhone OS 版本的 iPhone SDK 3.0 之前。

事实是,我正在针对 3.0 进行构建,并且基础 SDK 设置为 3.0。我已经进行了一些探索,但找不到任何看起来可以解决问题的东西。

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

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?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

寻梦旅人 2024-08-10 14:12:36

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

在 Interface Builder 中,转到“窗口”>“界面生成器”。记录信息并确保部署目标设置为 iPhone OS 3.0。

在 XCode 4.2 中,您可以选择 Nib,然后打开文件检查器(“视图”>“实用程序”>“文件检查器”)。在 Interface Builder Document 部分下,您将看到一个 Deployment 下拉列表。

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.

In XCode 4.2, you can select the Nib, then open the File Inspector (View > Utilities > File Inspector). Under the Interface Builder Document section, you will a Deployment dropdown.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文