Extending custom classes crashes workers in iOS AOT builds.
Hello,
The problem seems to occur when I reference a class that inherits from custom code from within the worker. For example, class WorkerRequest extends WorkerResponse (both custom classes). If an instance of WorkerRequest is referenced within the worker SWF code, the application crashes. I have an example application within the following zip Dropbox - AOTWorkerCrash.zip
This only occurs in an iOS AOT build. Interpreted iOS, Android and Desktop builds run fine.
Anybody else having this issue?
Cheers!
