Flex Error Solution - Unable to export SWC oem

I've encountered a strange error:

"unable to export SWC oem"

 

Than I've found that it's a problem in the .flexLibProperties's tags.

 

The solution is to do the following steps:

 

  1. Open flexLibProperties (you can open using ctrl+shift+r)
  2. Delete all the <resourceEntry> tags under <includeResources>
  3. Go to properties->build-path->assets and select all
  4. Recompile your project

 

That should do it...

 

For more articles you can visit my blog on flex.

 

Shai