简体   繁体   English

ios 13 之前的标签栏外观

[英]Tab Bar Appearances before ios 13

I have upgraded to Xcode 13, I'm now getting the error "Tab Bar Appearances before ios 13".我已升级到 Xcode 13,我现在收到错误“ios 13 之前的标签栏外观”。 When I click on the error it leads me to a tab bar in a Storyboard without providing additional information.当我单击错误时,它会引导我进入 Storyboard 中的选项卡栏,而无需提供其他信息。

What could be causing this error?什么可能导致此错误?

That's the error:这就是错误:

在此处输入图像描述

That's the tab bar details:那是标签栏的详细信息:

在此处输入图像描述

Did you copy this file from an older version of Xcode and attempt to run it on Xcode 13?您是否从旧版本的 Xcode 复制此文件并尝试在 Xcode 13 上运行它? If so, I believe this message is telling you that the Tab Bar is outdated for anything before IOS 13. You will need to rework that piece of code, creating a new Tab Bar.如果是这样,我相信这条消息是在告诉您,在 IOS 13 之前,Tab Bar 已经过时了。您需要重新编写那段代码,创建一个新的 Tab Bar。

If not, I would attempt to run the simulator and when it crashes, check the Debug Area and it should give you a little more information.如果没有,我会尝试运行模拟器,当它崩溃时,检查调试区域,它应该会给你更多信息。

Just change the "Builds for" picklist option to "iOS 13.0 and Later" as mine previously was "Deployment Target 11.0" and maybe this is your case too Photo link here只需将“Builds for”选项列表选项更改为“iOS 13.0 及更高版本”,因为我之前是“Deployment Target 11.0”,也许这也是你的情况照片链接在这里

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM