Hello all!
I am encountering a weird crash issue since I have updated to SDK 7.1.
I have a class listening to the SP_EVENT_TYPE_ENTER_FRAME event. In my example, that is pretty much the only thing I do, on Enter Frame, I decrease a certain amount of time, and when time reaches 0, I release the class, stop listening to the event in dealloc.
For some reason, I get a crash happening on both iPhone5S and iPad Air (both updated to iOS7.1). These are the only two devices I have reproduced the issue, both an iPad mini and an iPod Touch 5 running iOS7.1 work fine with the same code.(other devices running iOS6, and previous version of iOS7 do not have this issue either)
I am slightly mystified by this! Any help would be greatly appreciated.
The crash in an EXC_BAD_ACCESS at the end of the @autoreleasepool in update in SPViewController.
Thank you and let me know if you need any more information/help for this!