Forgive me if I am missing something here, I’m a bit new to Flex Mobile development.
Can someone tell me what this error means? I was just working on this project, and now it won’t compile. I tried undoing the changes I just did, no dice.
1144: Interface method initialize in namespace mx.core:IUIComponent is implemented with an incompatible signature in class MyApp.
myApp.mxml /MyApp/src Unknown Flex Problem
I restarted Flash Builder, and after several Project Cleans and Rebuilds, I finally got the error to clear.
Eventually, I cleared the MyApp.mxml file, did a clean and build, changed it to the following:
then did a clean/build again, then re-pasted the actual contents, and the error magically went away.
So I have no clue what actually caused the error, or how I even fixed it, but I’ve seen Visual Studio do similar quirky things as a .NET developer.
Oh well. Its working now, so I’m not going to complain.