Hi Team, I'm from Development Team for FedEx, we have an application built on Adobe Flex, since Flex is not longer supported after Dec 2020, we need to migrate the application to Apache Royale asap.
We followed the instruction mentioned in the Migration of Existing app<https://apache.github.io/royale-docs/migrate-an-existing-app> however, we are facing some issue: 1. I have xmlns:mx="http://www.adobe.com/2006/mxml" in my .MXML but if I replace the line with xmlns:mx="library://ns.apache.org/royale/mx" Compilation fails with following error: .mxml(2): col: 1 Error: This tag could not be resolved to an ActionScript class. It will be ignored. [mxmlc] [mxmlc] <mx:Application xmlns:mx="library://ns.apache.org/royale/mx" 2. If I change the url to library://ns.apache.org/royale/basic I get huge number of errors: .mxml Error: interface method workFlowManager in interface IManagedComponent not implemented by class WGRTFLEX Above interface is impplemented in the MXML file under <mx:Script> <