I just upgraded out Flex project to use SDK version 4.5.1.21328 and the Flash Builder to version 4.5
All of the sudden, I’m getting several red tags on the Flash Builder: “could not resolve s:State/fx:Script/whatever to a component implementation”
However, the project builds fine with Maven, and seems to work well too.
Does anyone have any information on how to remove these “problems”?
Thanks.
Finally managed to find a workaround. Adding
–namespace+=http://ns.adobe.com/mxml/2009,${flexlib}/mxml-2009-manifest.xml –namespace+=http://www.adobe.com/2006/mxml,${flexlib}/mxml-manifest.xml –namespace+=library://ns.adobe.com/flex/spark,${flexlib}/spark-manifest.xml
to the “Additional compiler arguments” in properties -> Flex Compiler seems to remove all the red markers.