0
votes

I am trying to migrate a project from Flash Builder 4.0 to Flash Builder 4.5. After Flash Builder prompts me to choose my new SDK, I choose 4.5, Then I get the following error:" error "The required skin state 'disabledWithPrompt' is missing".

Any ideas?

Thanks

1

1 Answers

3
votes

Just add the missing state to your component, example

<states>
    <state name="missingState"/>
</states>