unable to export SWC oem.
I read on several sites how to fix the problem but here is my little piece of details with step-by-step instructions:
- Shutdown eclipse
- Using your favorite text editor, open the .flexLibProperties file in the root of your project
- Erase all lines between the <includeResources> tags and just replace with an empty version of that tag (e.x.: <includeResources/>)
- Save updated .flexLibProperties file
- Start eclipse
- Use the clean and build options under the "Project" menu
Enjoy!
3 comments:
You would think this issue would somehow be fixed in FB4 :) There must be 10's of 'how to' blog posts about this. Either way thanks for posting your very concise fix for all the new Flex users who will pull their hair because of this silly bug.
This is a well written article, but unfortunately it did not help resolve my problem. I guess I'll keep looking for those 10s of other articles. :(
Post a Comment