Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

"Creating precompiled collator because collator is out of date"

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.

like image 902
Emil Avatar asked Nov 27 '10 20:11

Emil


1 Answers

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

like image 83
Emil Avatar answered Oct 11 '22 23:10

Emil