FlexBuilder compiler bug - IWatcherSetupUtil2 et al
- by Marty Pitt
I'm having a problem with FlashBuilder in what is clearly a compiler bug, but I can't track it down.
When my project is compiled inside FlashBuilder, I'm getting the following compiler errors:
Type was not found or was not a compile-time constant: [mx.binding]::IBindingClient
Type was not found or was not a compile-time constant: [mx.binding]::IWatcherSetup2
Type was not found or was not a compile-time constant: [mx.core]::IStateClient2
These errors are reported without a path or location.
My project is a flex4 project, moderately complex. It has 6 swc projects, which are referenced within a swf project. (The swf project is the one that's reporting the error).
The ANT build script compiles the project fine.
The problem exists on more than 1 PC.
How do I start tracking down what's causing the problem?