@Govind I would like to re-iterate that in most cases, this is not a user configuration error. This is a bug in the Adobe compiler. Classes found in linked SWCs are getting improperly stripped during the compilation process. I don't doubt that the user could potentially get his compiler into this state via a legitimate mistake, but in general, the topic of conversation is focused in the broken compiler and the desire for a bug fix and/or workaround. My personal workaround has been to completely eliminate the usage of linked SWCs in my codebase. I have also found that this bug seems to only affect the new ASC 2.0 compiler that is distributed with the AIRSDK_Compiler. The legacy compiler distributed with the Apache Flex 4.12 SDK does not seem to exhibit this issue.
... View more