我在将其他項目導入本工程時出現“unable to export swc oem”錯誤,網上查了些資料,有人是在flash bulder中釋出swc遇到問題"unable to export swc oem",
直接在資源檔案夾裡替換了一些圖檔,或者重命名,或者是用svn更新的,有時候會出現這個問題。
針對不同原因解決方式大體兩種:1、由于swc資源檔案在删除時,flash bulder沒有自動更新。解決辦法就是選擇project properties >flex library build path >Assets,先反選所有的Assets,再重選所有的Assets。(我是用這種方法解決了問題)
[img]http://dl.iteye.com/upload/attachment/549377/02ca85ab-c448-3264-8df7-54dfc4905b11.png[/img]
2、 .flexLibProperties檔案SVN沖突,解決沖突(合并删除等方式)
參考文檔:[url]http://www.cnblogs.com/zhxiaomiao/archive/2010/07/08/1773339.html[/url]
[url]http://franto.com/unable-to-export-swc-oem/[/url]
[url]http://xltank.iteye.com/blog/1072878[/url]