unable to export SWC oem
I’ve encountered a strange error:
“unable to export SWC oem”
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…
