Pure AS3 Compiling Problem
Hello everyone,
I'm developping a pure as3 project with ultimate edition but there is a confusion. I couldn't find a solution no matter what i've done. So any comments or help would be great.
While making the project, i get a warning like this;
This compilation unit did not have a factoryClass specified in Frame metadata to load the configured runtime shared libraries. To compile without runtime shared libraries either set the -static-link-runtime-shared-libraries option to true or remove the -runtime-shared-libraries option.
Is there any solution?
Thanks.
Please sign in to leave a comment.
As warning itself says the solution is to add -static-link-runtime-shared-libraries=true option to Additional compiler options field at File | Project Structure | Modules | <your module> | Flex Compiler Settings tab. Shorter alias is -static-rsls=true. See more information here http://youtrack.jetbrains.net/issue/IDEA-67818