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:
- Open flexLibProperties (you can open using ctrl+shift+r)
- Delete all the <resourceEntry> tags under <includeResources>
- Go to properties->build-path->assets and select all
- Recompile your project
That should do it...
For more articles you can visit my blog on flex.
Shai
