static-link-runtime-shared-libraries Warning
-
[Flex] -static-link-runtime-shared-libraries Warning 이 발생했을때공부방/Flex 2012. 2. 13. 15:28
Warning: 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 정확한 원인은 잘 모르겠다. mxml 컴포넌트와 spark 컴포넌트를 혼용해서 사용하다 보니 위와같은 Warning가 발생했다. Flex debug 실행시에 스파크 컴포넌트를 찾을 수 ..