Skip navigation
Currently Being Moderated

Why is "-debug" is being appended to the application name?

Aug 5, 2012 8:46 PM

Tags: #ios_app #air_for_ios #air_3.3

I'm using Flash Builder 4.6 to create an ipa file and manually deploying the app to my iPad. When it's loaded the application is named app-debug, but in my app.xml file I've specified name as <name>app</name>. I've looked everywhere else to see where it's specified but no luck.

 

I'm creating the ipa file using the run configuration to target Apple iOS, launch method of "On Device" and I've tried both "Fast" and "Standard" packaging methods.

 

I using Air sdk 3.3 on OSX Lion (10,7.4)

 

Why is this happening and what is triggering it?

 
Replies
  • Currently Being Moderated
    Aug 5, 2012 11:46 PM   in reply to Chris Velevitch

    Hi Chris,

     

    This is a known bug of Flash Builder, that -debug is appended to the appname.

    You can manually edit the derived application xml in the bin-debug folder to remove the "debug" suffix. (However, this will have to be done every time you recompile the project)

     
    |
    Mark as:
  • Currently Being Moderated
    Sep 21, 2012 6:11 AM   in reply to neh@adobe

    In FB 4.7 you can change your appID for a launch to any required value. (refer debug/run configuration window - appID is dispalyed and it can be changed).

     

    If you would like to get control of the appName also, please file a JIRA request.

     

    Currently if you would like to change the appName, you can do the following.

     

    in bin-debug folder - create a copy of your appXML (let us call it as appXMLCopy.xml)

    In the launch configuration window there is a button name "Customize Launch"

    Use Edit parameter - change the AppDescriptor value from appXML.xml to appXMLCopy.xml (this will prevent the orverriting of your modified values).

    But please take care to update this copy file if any change is needed.

     
    |
    Mark as:
  • Currently Being Moderated
    Apr 2, 2013 1:10 AM   in reply to Chris Velevitch

    I have found that by simply commenting out the <name> field (which is indicated as optional) in the source *-app.xml file that "-debug" is not appended to the app name. It seems to use the project name as a default for the app name.

     
    |
    Mark as:

More Like This

  • Retrieving data ...

Bookmarked By (0)

Answers + Points = Status

  • 10 points awarded for Correct Answers
  • 5 points awarded for Helpful Answers
  • 10,000+ points
  • 1,001-10,000 points
  • 501-1,000 points
  • 5-500 points