Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I got this error when combining code from another machine with my original code, but both halves were working before.

Adobe Flex Mobile Error 1144: Interface method initialize in namespace mx.core:IUIComponent is implemented with an incompatible signature

Any ideas on what this error message means? I can't make head or tail out of this and it also appears on every subsequent project that I make even if it's a blank new project.

I can provide more details upon request, but I honestly don't even know where to start looking for the source of this error :(

share|improve this question
Sometimes odd errors like this go away with a project clean. So, be sure to try that. Sometimes errors like show up when you are using a library (SWC) compiled with a different version of the Flex SDK than your main project. Make sure that all your libraries are compiled with the same version of the SDK. – Reboog711 Jun 22 '12 at 16:01

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.