即使我的目标是 iPhone OS 3.0,为什么 Xcode 仍会警告我有关 xib 文件中标题阴影偏移的问题?
当我构建 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您还需要确保 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.