VerifyError: Error #1053: Illegal override of removeChild Bridge in mx.managers.SystemManagerProxy.
25 March 2009Ran into this error recently when using automation testing (RunTimeLoading.html/swf).
Turned out to be a recently updated SWC (library) that was compiled under a newer SDK than the main app.
With the mixed SDKs main app / SWC(s) RunTimeLoading.swf was unable to load regardless of which SDK version RunTimeLoading was compiled under.

on April 7th, 2009 at 10:58 am
Super useful, this was exactly my problem ::tips hat:: Thanks!