-[ display]: Ignoring bogus layer size (255211754908294243945860531626574872576.000000, 340282346638528859811704183484516925440.000000)
I spent a bit of time trying to find the answer to a similar question, I was getting:
[
but only on a device, not on the simulator.
My problem was due to the fact that I was loading images out of the applicationCacheDirectory
and it turns out the files had a mix of upper and lower cases in my project director. But in the Cache directory on device, they were all changed to lower case. Hope this helps someone in the future.