peyton/MOOMaskedIconView

iOS 6.0 - EXC_BAD_ACCESS

Closed this issue · 5 comments

Hi,

I'm getting a EXC_BAD_ACCESS error on iOS 6.0 simulator environment.

MOOMaskedIconView.m:1014

vDSP_vfixu8(dataAsFloat, 1, dataGray, 2, pixelsCount);

called from [MOOMaskedIconView drawRect:]

It seems like a positive innerGlowRadius on the used MOOStyleTrait produces the error.

That whole section is spooky. I'm in limited internet land, but as soon as I get my hands on the new SDK I'll have a look.

Confirmed...I see this issue also. And yes it does appear to be related to the innershadow. This happens on the simulator and device.

Anything we can do about this?

tapi commented

We are also seeing this error when running on a device running iOS6 b4.

Pushed a fix—that line doesn't appear to be necessary. Tested on both simulators and a device running iOS 6. Have not tested iOS 5 device.

Let me know if there are still issues.