Hi David, ActionScriptSkinBase is defined in spark.swc and it's the base class for MobileSkin, so make sure it's included in the build.
If you have any doubt, you can check what libraries are linked by adding -dump-config=c:\flex-config.xml and checking the content of the xml file. Maurice -----Message d'origine----- De : David Welch [mailto:[email protected]] Envoyé : lundi 30 juin 2014 19:55 À : [email protected] Objet : 4.12.1 Compile issue with mobile I have a mobile app (on all the major app stores) that was compiled with 4.10.0 FP 11.8 Air 3.8, but, I just installed 4.12.1, took all the options using the Apache Flex SDK Installer, but, whenever I use this SDK, I now get error about ActionScriptSKinBase not defined. I can run just a simple mobile projects (New...,Mobile Project) using this SDK, but, can't get my previously working mobile app to compile using the new SDK. Anyone else run into this issue? Full stack trace below. ReferenceError: Error #1065: Variable spark.skins::ActionScriptSkinBase is not defined. at global$init()[/Users/aharui/flex-sdk-4.12.1/frameworks/projects/mobiletheme/src/spark/skins/mobile/SkinnableContainerSkin.as:34] at Function/<anonymous>() at mx.styles::CSSStyleDeclaration/http://www.adobe.com/2006/flex/mx/internal::addDefaultStyleToProtoChain()[/Users/aharui/flex-sdk-4.12.1/frameworks/projects/framework/src/mx/styles/CSSStyleDeclaration.as:974] at mx.styles::CSSStyleDeclaration/http://www.adobe.com/2006/flex/mx/internal::addStyleToProtoChain()[/Users/aharui/flex-sdk-4.12.1/frameworks/projects/framework/src/mx/styles/CSSStyleDeclaration.as:904] at mx.styles::StyleProtoChain$/initProtoChain()[/Users/aharui/flex-sdk-4.12.1/frameworks/projects/framework/src/mx/styles/StyleProtoChain.as:258] at mx.core::UIComponent/http://www.adobe.com/2006/flex/mx/internal::initProtoChain()[/Users/aharui/flex-sdk-4.12.1/frameworks/projects/framework/src/mx/core/UIComponent.as:11458] at mx.core::UIComponent/regenerateStyleCache()[/Users/aharui/flex-sdk-4.12.1/frameworks/projects/framework/src/mx/core/UIComponent.as:11521] at mx.managers.systemClasses::ChildManager/addingChild()[/Users/aharui/flex-sdk-4.12.1/frameworks/projects/framework/src/mx/managers/systemClasses/ChildManager.as:168] at mx.managers.systemClasses::ChildManager/initializeTopLevelWindow()[/Users/aharui/flex-sdk-4.12.1/frameworks/projects/framework/src/mx/managers/systemClasses/ChildManager.as:360] at mx.managers::SystemManager/initializeTopLevelWindow()[/Users/aharui/flex-sdk-4.12.1/frameworks/projects/framework/src/mx/managers/SystemManager.as:3065] at mx.managers::SystemManager/http://www.adobe.com/2006/flex/mx/internal::kickOff()[/Users/aharui/flex-sdk-4.12.1/frameworks/projects/framework/src/mx/managers/SystemManager.as:2851] at mx.managers::SystemManager/http://www.adobe.com/2006/flex/mx/internal::preloader_completeHandler()[/Users/aharui/flex-sdk-4.12.1/frameworks/projects/framework/src/mx/managers/SystemManager.as:2731] at flash.events::EventDispatcher/dispatchEventFunction() at flash.events::EventDispatcher/dispatchEvent() at mx.preloaders::Preloader/timerHandler()[/Users/aharui/flex-sdk-4.12.1/frameworks/projects/framework/src/mx/preloaders/Preloader.as:572] at flash.utils::Timer/_timerDispatch() at flash.utils::Timer/tick() -- View this message in context: http://apache-flex-users.2333346.n4.nabble.com/4-12-1-Compile-issue-with-mobile-tp7087.html Sent from the Apache Flex Users mailing list archive at Nabble.com.
