Hi, Im getting the following error. when i try to load my application. Its working fine in 4.9.1 but in 4.10.0 rc3 its not working. I load my resource module at runtime.
Error: Could not find compiled locale 'en_US'. at mx.resources::ResourceManagerImpl/set localeChain()[/Users/justinmclean/Documents/ApacheFlex4.10/frameworks/projects/framework/src/mx/resources/ResourceManagerImpl.as:234] at mx.resources::ResourceManagerImpl/processInfo()[/Users/justinmclean/Documents/ApacheFlex4.10/frameworks/projects/framework/src/mx/resources/ResourceManagerImpl.as:458] at mx.resources::ResourceManagerImpl()[/Users/justinmclean/Documents/ApacheFlex4.10/frameworks/projects/framework/src/mx/resources/ResourceManagerImpl.as:141] at mx.resources::ResourceManager$/getInstance()[/Users/justinmclean/Documents/ApacheFlex4.10/frameworks/projects/framework/src/mx/resources/ResourceManager.as:125] at mx.core::ResourceModuleRSLItem/load() at mx.core::RSLListLoader/loadNext() at mx.core::RSLListLoader/load() at mx.preloaders::Preloader/timerHandler() at flash.utils::Timer/_timerDispatch() at flash.utils::Timer/tick() * Regards, S. Jagan Langa* *|* *Team Lead* *Sybrant Technologies Pvt Ltd* *-------------------------------- * Mobile: +91 98430 50897 Skype: seesamjagan -------------------------------------------------------------------------------------------------- In The Media: http://www.pr-inside.com/motorola-solutions-showcases-sybrant-s-mobile-r3745747.htm ** * * *About Sybrant:* *“Sybrant is a premier web/mobile/UIUX expert. Most admirable IT firms in India too, leverage Sybrant’s expertise for their Web & UIUX needs. We are recognized for working with our clients right from the product conceptualization till the execution stage offering end-to-end solutions that sets us apart from other firms in this space. Right from developing a learning management system for a French company to helping a Non-Profit with a Mobile application till developing UX for a IT firm, Sybrant is known for delighting Customers”* -------------------------------------------------------------------------------------------------- 2013/7/23 Justin Mclean <jus...@classsoftware.com> > Hi, > > > Silly question, but does it hide AIR after 2.6 when it's run on Linux ? > Yep AIR 2.6 is the highest you can select. The code in question. > > if (_os != LINUX_OS || Number(airVersion) <= 2.6) { > AIR_VERSIONS.addItem({label:"AIR " + airVersion, > version:airVersion}); > } > > I guess in theory you could be packaging up an SDK for another OS using > the installer on Linux. :-) > > Thanks, > Justin