警告:无法找到SWC所依赖的定义

时间:2014-04-14 20:01:46

标签: actionscript-3 air flashdevelop swc

帮助。
我用flashdevelop编译了一个" swc"用于as3的SVGRenderer(https://github.com/LucasLorentz/AS3SVGRenderer) 当我编译SWC项目时,我没有任何问题。但是当我在AS3 AIR项目中导入它们时,FlashDevelops会输出以下警报(而不是错误):

C:\Users\Usuario\IlliaTV_editor\lib\SVGRenderer.swc
Warning: The definition com.lorentz.SVG.svg_internal depended on by com.lorentz.SVG.display.base.SVGElement in the SWC C:\Users\Usuario\IlliaTV_editor\lib\SVGRenderer.swc could not be found

C:\Users\Usuario\IlliaTV_editor\lib\SVGRenderer.swc
Warning: The definition com.lorentz.SVG.svg_internal depended on by com.lorentz.SVG.display.SVGTSpan in the SWC C:\Users\Usuario\IlliaTV_editor\lib\SVGRenderer.swc could not be found

C:\Users\Usuario\IlliaTV_editor\lib\SVGRenderer.swc
Warning: The definition com.lorentz.SVG.svg_internal depended on by com.lorentz.SVG.display.SVGDocument in the SWC C:\Users\Usuario\IlliaTV_editor\lib\SVGRenderer.swc could not be found

C:\Users\Usuario\IlliaTV_editor\lib\SVGRenderer.swc
Warning: The definition com.lorentz.SVG.svg_internal depended on by      com.lorentz.SVG.display.base.SVGTextContainer in the SWC       C:\Users\Usuario\IlliaTV_editor\lib\SVGRenderer.swc could not be found

我不知道警报出现的原因。代码工作正常,它加载svg图像文件并正确显示,但我不希望在输出控制台中显示这些警报。

感谢。

1 个答案:

答案 0 :(得分:0)

更改项目 - >属性 - >构建路径 - >链接类型为“合并”为我修复此问题。

然后你得到编译器警告,我还没弄清楚如何修复。