Skip to main content
rjoshicool
Inspiring
September 30, 2011
Question

Publish for iOS from Flash Builder 4

  • September 30, 2011
  • 1 reply
  • 514 views

Is it possible I can create application for mobile from Flash Builder 4? I tried running one and got the following error:

Could not resolve <s:ViewNavigatorApplication> to a component implementation.

I found searching on forums and websites that this issue is because the application is compiling using air-config.xml instead of airmobile-config.xml. Any way I can make Flash builder 4 use this file?

This topic has been closed for replies.

1 reply

Adobe Employee
October 11, 2011

Hi,

The tag <s:ViewNavigatorApplication> is not supported on Flash Builder 4. You need to have Flash Builder 4.5 to use this tag.

As a workaround, you can make your application use the <s:Application> tag, and make the 'visible' property in the app-xml's InitialWindow section 'true'.

Thanks,

Amish.