Hi!
I am trying to recompile a flex mobile app that I created originally with flex
4.6.
When I use flex 4.9.1 with adobe air 3.9, everything works fine.
But when recompiling with flex 4.10 and adobe air 3.9, I get the following
error:
VerifyError: Error #1053: Illegal override of removeItem in
com.bealearts.collection.VectorCollection.
at flash.display::MovieClip/nextFrame()
at
mx.managers::SystemManager/deferredNextFrame()[/Users/justinmclean/Documents/ApacheFlex4.10/frameworks/projects/framework/src/mx/managers/SystemManager.as:286]
at
mx.managers::SystemManager/preloader_preloaderDocFrameReadyHandler()[/Users/justinmclean/Documents/ApacheFlex4.10/frameworks/projects/framework/src/mx/managers/SystemManager.as:2635]
at flash.events::EventDispatcher/dispatchEventFunction()
at flash.events::EventDispatcher/dispatchEvent()
at
mx.preloaders::Preloader/timerHandler()[/Users/justinmclean/Documents/ApacheFlex4.10/frameworks/projects/framework/src/mx/preloaders/Preloader.as:525]
at flash.utils::Timer/_timerDispatch()
at flash.utils::Timer/tick()
Any suggestions what to do about this?