Ben Reynhart

Geekin' it up

0 notes

Flex Compile Warning

When you get

Warning: This compilation unit did not have a factoryClass specified in Frame metadata to load the configured runtime shared libraries.

When compiling a project using TextMate and the Flex command line SDK, you need to add a setting in that projects individual config XML file. e.g. project-config.xml

Undernearth the flex-config node, add the following line

<flex-config>

<static-link-runtime-shared-libraries>true</static-link-runtime-shared-libraries>

ALSO…..

If you get other compile errors, make sure there are no SPACES in the folder/file path!

Filed under Flash flex compile errors code