tobihagemann / THLabel

UILabel subclass, which additionally allows shadow blur, inner shadow, stroke text and fill gradient.
https://tobiha.de
Other
665 stars 111 forks source link

THLabel crashes when run on iOS 7.1 with 64-bit simulator #10

Closed davidattias closed 10 years ago

tobihagemann commented 10 years ago

Can you give me an example? My example project works fine on iOS 7.1 with 64-bit.

davidattias commented 10 years ago

The THLAbel is initialized via a XIB and this is the only customizations: self.cityLabel.shadowBlur = 2; self.cityLabel.shadowOffset = CGSizeMake(0, 1); self.cityLabel.shadowColor = [UIColor blackColor];

capture decran 2014-03-17 a 14 39 04

davidattias commented 10 years ago

when i switch to non-64 bit, it works fine...

tobihagemann commented 10 years ago

Thanks for the screenshot! I must say, I'm completely confused, because it looks more like a weird Xcode bug. Is it somehow compiling and using an old version of THLabel? Maybe try "clean" or remove the app from the simulator and compile again? I can't make anything out of that warning and crash on an empty line...

davidattias commented 10 years ago

You’re right, I cleaned up Xcode and no more crashes. I was sure I did it before but heck….

Thanks for your quick answer!!

Le 17 mars 2014 à 14:51, Tobias Hagemann notifications@github.com a écrit :

Thanks for the screenshot! I must say, I'm completely confused, because it looks more like a weird Xcode bug. Is it somehow compiling and using an old version of THLabel? Maybe try "clean" or remove the app from the simulator and compile again? I can't make anything out of that warning and crash on an empty line...

— Reply to this email directly or view it on GitHub.