“由于整理器已过时,正在创建预编译整理器”

发布于 2024-10-04 22:49:05 字数 261 浏览 0 评论 0原文

我试图通过执行 [[self navigationController] popViewControllerAnimated:YES] 来“自毁”视图控制器。

在执行此操作之前,我还演示了一个 UIAlertView

第一次执行此操作时,我收到一个控制台错误:
警告!创建预编译的整理器,因为整理器已过时。这太贵了!

这是什么意思?我该如何修复它?

谢谢。

I am trying to "self-destruct" a view controller by doing [[self navigationController] popViewControllerAnimated:YES].

Before I do this, I also present an UIAlertView.

The first time I do this, I get a console-error that says:
WARNING! Creating precompiled collator because collator is out of date. This is expensive!

What does that mean? How can I fix it?

Thank you.

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

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

发布评论

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

评论(1

可可 2024-10-11 22:49:05

这仅仅是由于 iOS 4.2.1 beta 中的框架错误造成的。我不再收到此错误了。

This was simply due to a framework-error in the iOS 4.2.1 beta. I'm not getting this error anymore.

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