Skip to main content
yagogak
Inspiring
October 24, 2011
Answered

Building mobile project with 4.6 framework and builder

  • October 24, 2011
  • 1 reply
  • 657 views

Hi All,

I'm trying to build my mobile project for IOS with fb 4.6 and i get the following error in workspace/.metadata/log

!ENTRY CodeModel 2 1 2011-10-24 12:42:00.150

!MESSAGE ** Recursion hit on WindowedApplication

!ENTRY CodeModel 2 1 2011-10-24 12:42:00.150

!MESSAGE ** Recursion hit on WindowedApplication

!ENTRY CodeModel 2 1 2011-10-24 12:42:00.430

!MESSAGE ** Recursion hit on WindowedApplication

!ENTRY CodeModel 2 1 2011-10-24 12:42:00.440

!MESSAGE ** Recursion hit on WindowedApplication

!ENTRY CodeModel 2 1 2011-10-24 12:42:00.730

!MESSAGE ** Recursion hit on WindowedApplication

!ENTRY CodeModel 2 1 2011-10-24 12:42:00.730

!MESSAGE ** Recursion hit on WindowedApplication

!ENTRY CodeModel 2 1 2011-10-24 12:42:01.031

!MESSAGE ** Recursion hit on WindowedApplication

!ENTRY CodeModel 2 1 2011-10-24 12:42:01.031

!MESSAGE ** Recursion hit on WindowedApplication

!ENTRY CodeModel 2 1 2011-10-24 12:42:01.321

!MESSAGE ** Recursion hit on WindowedApplication

!ENTRY CodeModel 2 1 2011-10-24 12:42:01.321

!MESSAGE ** Recursion hit on WindowedApplication

!ENTRY CodeModel 2 1 2011-10-24 12:42:01.622

!MESSAGE ** Recursion hit on WindowedApplication

!ENTRY CodeModel 2 1 2011-10-24 12:42:01.622

!MESSAGE ** Recursion hit on WindowedApplication

!ENTRY CodeModel 2 1 2011-10-24 12:42:01.922

!MESSAGE ** Recursion hit on WindowedApplication

!ENTRY CodeModel 2 1 2011-10-24 12:42:01.922

!MESSAGE ** Recursion hit on WindowedApplication

!ENTRY CodeModel 2 1 2011-10-24 12:42:02.233

!MESSAGE ** Recursion hit on WindowedApplication

!ENTRY CodeModel 2 1 2011-10-24 12:42:02.233

!MESSAGE ** Recursion hit on WindowedApplication

!ENTRY CodeModel 2 1 2011-10-24 12:42:02.533

!MESSAGE ** Recursion hit on WindowedApplication

!ENTRY CodeModel 2 1 2011-10-24 12:42:02.543

!MESSAGE ** Recursion hit on WindowedApplication

!ENTRY com.adobe.flexbuilder.project 4 43 2011-10-24 12:42:12.998

!MESSAGE Paramètre incorrect

!STACK 0

java.lang.Exception

          at com.adobe.flexbuilder.project.internal.FlexProjectCore.createErrorStatus(FlexProjectCore.java:1019)

          at com.adobe.flexbuilder.util.logging.GlobalLogImpl.log(GlobalLogImpl.java:66)

          at com.adobe.flexbuilder.util.logging.GlobalLog.log(GlobalLog.java:52)

          at com.adobe.flexide.multiplatform.ios.packaging.IPAPackager.create(IPAPackager.java:276)

          at com.adobe.flexide.multiplatform.ios.launching.IOSOnDeviceLaunchHandler.doPackage(IOSOnDeviceLaunchHandler.java:314)

          at com.adobe.flexide.multiplatform.ios.launching.IOSOnDeviceLaunchHandler.launch(IOSOnDeviceLaunchHandler.java:185)

          at com.adobe.flexide.launching.multiplatform.MultiPlatformLaunchDelegate.launch(MultiPlatformLaunchDelegate.java:191)

          at com.adobe.flexide.launching.AbstractFlexLaunchDelegate.launch(AbstractFlexLaunchDelegate.java:244)

          at com.adobe.flexide.launching.AbstractFlexLaunchDelegate.launch(AbstractFlexLaunchDelegate.java:134)

          at org.eclipse.debug.internal.core.LaunchConfiguration.launch(LaunchConfiguration.java:854)

          at org.eclipse.debug.internal.core.LaunchConfiguration.launch(LaunchConfiguration.java:703)

          at org.eclipse.debug.internal.ui.DebugUIPlugin.buildAndLaunch(DebugUIPlugin.java:928)

          at org.eclipse.debug.internal.ui.DebugUIPlugin$8.run(DebugUIPlugin.java:1132)

          at org.eclipse.core.internal.jobs.Worker.run(Worker.java:54)

!ENTRY com.adobe.flexbuilder.project 4 43 2011-10-24 12:42:13.048

!MESSAGE Error occurred while packaging the application:

Paramètre incorrect

- Is there any way to know which parameter is wrong ?

- Anyone know something about "!MESSAGE ** Recursion hit on WindowedApplication" ?

thanks

This topic has been closed for replies.
Correct answer yagogak

Ok, after hours i found the solution, my bin-debug directory has been containing a "payload" directory, after manually delete this directory, the error message go away.

1 reply

yagogak
yagogakAuthorCorrect answer
Inspiring
October 24, 2011

Ok, after hours i found the solution, my bin-debug directory has been containing a "payload" directory, after manually delete this directory, the error message go away.