Hi,
I'm loading custom .swcs into my Flash Builder (4.5 Burrito) project and I get these errors. These will only appear in design mode (not in source mode) and will not be labelled under the Problems tab, rather the Design Mode Problems tab:
SWC Load Error
SWC file failed to load. Any component dependent on this SWC file will not be displayed in the Design Mode.
The SWC may have failed to load because of:
* Incompatible definitions caused by usage of a different SDK version
* Missing referred class definitions
I don't think this problem is caused by an SDK incompatibility, as all these swcs have been created under flex 4 and I'm pretty sure under the 4.5 SDK.
Loading the components contained in these swcs onto my canvas (at design time) will work fine. I'm able to build and run the application without any errors caught by flash builder.
Any idea how to fix this problem, or what it means?