I'm getting the following error:
VerifyError: Error #1053: Illegal override of addEventListener in
some.path.to.my.CustomObject
this usually occurs when trying to load an swf/swc when the versions are different, but it's usually with a custom library, not a flash method like addEventListener
. My libraries are at the same AIR SDK 3.8 revision, and the top level application has the same version. I was originally using 3.4, but upgraded to 3.8 thinking it might help, but it didn't. I also updated flash player to 11.8, no difference.
The CustomObject
it's complaining about has no addEventListener
override in it's class or any base class. The base classes are custom also, they are not derived from flash classes. I'm using Flash Builder 4.7.
I'm unable to compile, and have no idea how to resolve this issue, help is appreciated.