Application.iPhone is an unknown element/attribute

This is driving me insane. I can't compile my .ipa with the iPhone attribute in the app.xml file. I don't know what I'm doing wrong but I'm pretty sure I followed the format correctly. Please help.
I'm using Flash CS 5.5 and Air for iOS
<?xml version="1.0" encoding="UTF-8" standalone="no" ?>
<application xmlns="http://ns.adobe.com/air/application/2.6">
  <id>com.SoggyBread.OverDrawn</id>
  <versionNumber>1.0</versionNumber>
  <filename>OverDrawn</filename>
  <description/>
      <iPhone>
    <InfoAdditions>
         <![CDATA[
        <key>UIDeviceFamily</key>
        <array>
            <string>1</string>
            <string>2</string>
        </array>
        <key>UIApplicationExitsOnSuspend</key>
        <string>YES</string>
     ]]>
       </InfoAdditions>
  </iPhone>
I thought I followed the instructions to T, but maybe someone else can identify the problem?
Thanks in advance.

you're, at least, missing an end application tag.

Similar Messages

  • Error 103: application.version is an unexpected element/attribute

    Hi guys, while i'm publishing iOS app from Flash, i get that thing
    Unexpected or unknown element or attribute in the application descriptor file.
    /Users/stockingem/Documents/DWP/1-app.xml(44): error 103: application.version is an unexpected element/attribute
    application.version is an unexpected element/attribute
    please, help to solve it!

    <?xml version="1.0" encoding="utf-8"?>
    <application xmlns="http://ns.adobe.com/air/application/2.6">
        <id>test1</id>
        <versionNumber>1.2.0</versionNumber>
        <filename>Untitled-1</filename>
        <description></description>
        <!-- To localize the description, use the following format for the description element.
        <description>
            <text xml:lang="en">English App description goes here</text>
            <text xml:lang="fr">French App description goes here</text>
            <text xml:lang="ja">Japanese App description goes here</text>
        </description>
        -->
        <name>Untitled-1</name>
        <!-- To localize the name, use the following format for the name element.
        <name>
            <text xml:lang="en">English App name goes here</text>
            <text xml:lang="fr">French App name goes here</text>
            <text xml:lang="ja">Japanese App name goes here</text>
        </name>
        -->
        <copyright></copyright>
        <initialWindow>
            <content>Untitled-1.swf</content>
            <systemChrome>standard</systemChrome>
            <transparent>false</transparent>
            <visible>true</visible>
            <fullScreen>true</fullScreen>
            <autoOrients>false</autoOrients>
            <aspectRatio>portrait</aspectRatio>
            <renderMode>auto</renderMode>
        </initialWindow>
        <customUpdateUI>false</customUpdateUI>
        <allowBrowserInvocation>false</allowBrowserInvocation>
        <icon>
            <image29x29>AppIconsForPublish/dwp.png</image29x29>
        </icon>
        <iPhone>
            <requestedDisplayResolution>standard</requestedDisplayResolution>
            <InfoAdditions><![CDATA[<key>UIDeviceFamily</key><array><string>1</string></array>]]></In foAdditions>
        </iPhone>
        <version>1.2</version>
    </application>

  • Flash CS5.5 to iOS error 103: application.version is an unexpected element/attribute

    Hello,
    I am trying to publish from a flash file, an .ipa file  to use in ipad and iphone, but keep receiving the "error 103:  application.version is an unexpected element/attribute" error message.
    I  already publish the app in flash CS5 and it was ok but today i install  CS5.5 and the error does not alow me to publish the same file...
    Is it an Air ADL problem?
    Any suggestions?
    Thanks

    I don't know if it's an official bug.... Adn I don't know if they will really solve it...
    I called 3 times to Adobe Phone Support. I've never been told that it was an official bug. Nobody seemed to know about that bug....
    1st call: They told me to go to www.adobe.com/devnet/, saying that I will find the solution there... I found nothing.
    2nd call: They told me to call Apple... They said I need a Flash CS5.5 certificate... Of course, Apple does not deliver "Flash CS5.5 certificates". I guess they just wanted to get rid of me...
    3rd call: They gave me a phone number to call the Flash Developers Support Center. That phone number was not working....
    Each time, I asked them if they can send me a Flash CS5 version, which was working well. They always said it was impossible.
    I really need to be able to publish iPhone apps as fast as possible, otherwise I will lose a big contract...
    I think my next call will be to my bank... to cancel the payment I made on my credit card to purchase that Flash CS5.5 software.

  • Flash CS5.5 error 103: application.version is an unexpected element/attribute

    Hello,
    I am trying to publish from a flash file, an .ipa file to use in ipad and iphone, but keep receiving the "error 103: application.version is an unexpected element/attribute" error message.
    I already publish the app in flash CS5 and it was ok but today i install CS5.5 and the error does not alow me to publish the same file...
    Is it an Air ADL problem?
    Any suggestions?
    Thanks

    The name of app.
    Ex: XXXXXXXX.appname
    Use "appname".
    But error is related to version number in app xml.

  • Entitlements in file Descriptor : Error 103 "application.iPhone.Entitlements..unexpected elements"

    Hi,
    I need to set Entitlements key in file descriptor.
    If i include <Entitlements> section ADT says "error 103: application.iPhone.Entitlements is an unexpected element/attribute" !!
    But in documentation there is this Element : http://help.adobe.com/en_US/air/build/WSfffb011ac560372f2fea1812938a6e463-8000.html#WSd6d4 f896b3a8801b-3c9d92f81393051c54c-8000
    My File Descriptor (without <Entitlements> section it works good):
    <?xml version="1.0" encoding="utf-8" ?>
    <application xmlns="http://ns.adobe.com/air/application/3.0">
        <id>com.truc.test2</id>
        <name>Hello World iOS</name>
        <versionNumber>1.0.1</versionNumber>
        <filename>Comp1</filename>
        <supportedProfiles>mobileDevice</supportedProfiles>
        <initialWindow>
            <content>CompIPad.swf</content>
            <title>Comp1</title>
        </initialWindow>
        <iPhone>
                 <Entitlements>
                    <![CDATA[
                       <key>aps-environment</key>
                       <string>development</string>
                    ]]>
                 </Entitlements>
                           <InfoAdditions>
                                      <![CDATA[
                                                                <key>UIDeviceFamily</key>
                                                                <array>
                                                                    <string>2</string>
                                                                </array>
                                      ]]>
                                  </InfoAdditions>
                                  <requestedDisplayResolution>high</requestedDisplayResolution>
                         </iPhone>
        <icon>
            <image29x29>icons/icon_29.png</image29x29>
            <image57x57>icons/icon_57.png</image57x57>
            <image72x72>icons/icon_72.png</image72x72>
            <image512x512>icons/icon_512.png</image512x512>
        </icon>
    </application>
    How can i do ?
    Regards
    System: Windows Seven
    Trying with Adobe Air SDK 3.4 and 3.5 beta (same problem)

    Entitlements tag was introduced in namespace 3.1. Please update your app descriptor to use namespace 3.1 or above.
    <application xmlns="http://ns.adobe.com/air/application/3.1">
    -Neha

  • Error 103: application.initialWindow.autoOrients is an unexpected element/attribute

    Hello.
    I'm using Flash Builder 4.5 to experiment with building a mobile app for my Android Nexus One.  In order to keep the app in landscape mode, regardless of the orientation of the device, I've read that I need to set the following in the "AppName-app.xml" file:
    <aspectRatio>landscape</aspectRatio>
    <autoOrients>false</autoOrients>
    And this does work fine in the debugger, however when I attempt to test it on my connected device it throws this error:
    Error occurred while packaging the application:
    D:\Projects\FlexMobile\AppName\bin-debug\AppName-app.xml(108): error 103: application.initialWindow.autoOrients is an unexpected element/attribute
    I know that I'm able to build and test apps on my device, as I've been through the Flex Test Drive for Mobile tutorial (http://www.adobe.com/devnet/flex/testdrivemobile.html) and was able to build and run that app with no issues and this app I'm currently working on does run on the device if I do not attempt to restrict the auto orientation.
    Thank you.
    (Note:  I'm re-posting this from the Flex SDK > Developers forum.)

    User rblaa provided that answer in http://forums.adobe.com/thread/858772.
    The <autoOrients> node (along with several others) occours twice in the generated -app.xml file.  Do not un-comment the first instance, instead edit the parameters set in the second already un-commented autoOrients node.

  • TS1702 Whenever i download any application, i got this message-" the application not installed on the iPhone because an unknown error occurred (0xE800000C)"...Please give me some solutions to resolve this issue..

    Whenever i download any application, i got this message-" the application not installed on the iPhone because an unknown error occurred (0xE800000C)"...Please give me some solutions to resolve this issue..

    Read here:
    http://support.apple.com/kb/TS3221

  • Application.description.text is an unexpected element/attribute

    The XML syntax described in "developing air apps with html
    and ajax.pdf" clearly suggests the following pattern:
    <description><text
    xml:lang="foo">bar</text></description>
    However, ADT, when used to build an .air package from such an
    app.xml, suggests that "application.description.text is an
    unexpected element/attribute" (error 103).
    Sure, this is Alpha (at least under Linux which I'm running),
    but out of curiosity, which one is out of date, ADT or the
    documentation?

    The Linux alpha didn't support this capability; it's your
    copy of adt that's old w.r.t. the documentation you're reading.

  • Column value substitution in tabular form element attributes

    We started to discuss this at Re: Tabular form with Ajax
    I also mentioned this at Re: how to make only some rows editable in html db.
    but thought that this deserves its own thread.
    In Doug's sample Sudoku application in that thread, he uses #COLUMN# substitution in the Form Element Attributes and it works fine, but in my example page at http://htmldb.oracle.com/pls/otn/f?p=24317:219 I used the same technique and no matter what I do, the #COLUMN# substitution is not expanded by the Apex engine.
    This is driving me nuts, any ideas why it works in one application but not in another?
    Thanks

    Hm, you might be right.
    I copied your row template and modified it at http://htmldb.oracle.com/pls/otn/f?p=24317:219
    The styling looks terrible, not sure why, the template is simply
    <tr>
    <td class="t10data">#EMPNO_DISPLAY#</td>
    <td class="t10data">#ENAME#</td>
    <td class="t10data">#JOB#</td>
    <td class="t10data">#MGR#</td>
    <td class="t10data">#HIREDATE#</td>
    <td class="t10data">#SAL#</td>
    <td class="t10data">#COMM#</td>
    <td class="t10data">#DEPTNO#</td>
    </tr>I had a lot of trouble getting this to work because the wizard generated tabular form appends 2 hidden fields containing the PK and the row-checksum to the last (editable?) field on each row. If the last editable field has #COL# substitution, it expands the substitution and forgets to close the INPUT tag thus causing malformed HTML (I think this is a bug in the rendering engine).
    The readonly condition is sal>1000 which now works. The SAL>1000 fields are now readonly.
    But now the update process is broken. If I enter a number in the first blank SAL field (empno=3641) and click Submit, I get no errors but the change is not saved. Wonder why.
    Hopefully, Scott (Spadafore) will take mercy on our amateurish experiments and give us some definitive answers soon!
    Thanks.

  • "unknown element xmlns in taglib" Urgent!

    Hi,
    I am using IIS 4.0 with Resin 2.0.2. I have created a BC4J
    project which is running perfectly well from within JDeveloper.
    After I deploy the project, upon running the application, I get
    the error message :-
    500 Servlet Exception
    /webapp/DataTags.tld:3 unknown element `xmlns' in `taglib'
    This message appears only in the JSPs where the datatag library
    is being referred. Pls help!!
    Thanks

    We tried using Omniportlet. It expects the resultset in ROWSET/ROW format. Our .Net Webservice doesn't return in rowset/row. We tried transforming using XSL, but even then it didn't work.
    Thanks

  • I am unable to get tooltips in Firefox for my application though i am using title attribute.

    I am unable to get tooltips in Firefox for my application though i am using title attribute.
    I have even set the browser.chrome.toolbar_tips property to true. I am getting tooltips for all other sites except mine application.

    Can you post the code that isn't working or a link to a website with that code?
    Did you check for other elements covering that link?
    * https://developer.mozilla.org/En/DOM_Inspector
    * https://developer.mozilla.org/en/Introduction_to_DOM_Inspector
    * DOM Inspector: https://addons.mozilla.org/firefox/addon/6622

  • Using element attributes to show changes

    Hi,
    I'm working in a structured environment in FM7.2, and the job requires that we save out to SGML. I've been asked to show changes to my documents using a visual element but not change bars (they're already being used) - confused? I hope I can explain it clearly.
    We're creating parts lists, so basically we're working with pages of tables. We have the data from the OEM of the parts lists in hard copy. We have to reproduce that list for our client. The hard copy from the OEM shows their changes to the parts list on the left side of the table - we need to keep those marks but we also need to indicate changes to the list where our client has changed parts and we need to show those changes on the right side of the table with change bars. What I'm thinking is if I could use element attribute data to show the OEM (left side) changes and then that allows me to use the change bars for the client (right side) changes. The element for the item/part already has an attribute called 'change'. I recall reading somewhere that attributes can be used like this but I can't recall where I read it. If all that makes sense and it can be done, my question is how to implement it?
    Any thoughts on this appreciated.
    Carl

    The latest documents I copuld find describing the workings of EDD etc. are those two:
    FrameMaker 8.0 Structure Application Developer's Guide
    FrameMaker 8.0 Structure Application Developer  Reference
    It seems they are not linked from any page, at least Google was not able to find them. The former version (FM7.1) of those documents as a single document can be found here:
    http://www.adobe.com/devnet/framemaker/onlinemanuals.html (Structure Application Developer Guide)
    Since the way the EDD works has not changed very much, you may take any of those, to learn about context rules etc.
    Scriptorium Publishing has some workbooks available:
    http://www.scriptorium.com/books/framemaker-workbooks
    The content of those is partly available in a Wiki at http://wiki.scriptorium.com/
    HTH,
    - Michael
    PS: You did not share the FrameMaker version you are working with.

  • Change htmlb element attribute

    Hi all
       Can we change the htmlb element attribute in the layout section using event handler?
       I want to set the value of an element attribute to 'TRUE' or 'FALSE' based on the user input and there is only one page in the BSP application.
    Thanks
    john

    Yes U can do that
    U have to declare the element attribute as a variable
    using <%= x_attr %>
    Then change the value of x_attr in the Oninputprocesing event based on certain conditions.
    Volia , when the page is rendered , it will pick up the new value.
    Because onLayout is called after oninputprocessing , so it will always pick the new value.

  • Help needed! I cannot restore my iPhone 5, An unknown error occupied (1)

    Help needed! I cannot restore my iPhone 5, An unknown error occupied (1)..

    That is either going to be a hardware failure or your phone is jailbroken and something has gone awry with the baseband.

  • DOWNLOADING FROM iPHONE 3GS TO PHOTOSHOP ELEMENTS 8 (PC)

    HI, Please Please Please can anybody help me? I am ABSOLUTELY desperate for an answer!!! I have an iPhone 3Gs and Photoshop Elements 8 and work on a PC running Windows Vista (32). I used to run all the same but with Photoshop Elements Version 5. Everything used to work PERFECTLY till suddenly just out of the blue one day, I plugged my iPhone into my computer and my photos did not automatically download into Photoshop and I cannot / did not have a clue why? I do NOT recall changing ANY settings anywhere on my phone or my computer? Anyway, I messed around for hours trying to fix it but to NO avail? So, I  went to the Apple store and they could NOT figure out why, but told me that I needed to reinstall ITunes and MAYBE update Photoshop Elements 5 to 8, which I have done, but it STILL does not download ANY photos from my iPhone to my computer and I am now TOTALLY desperate as my iPhone is nearly FULL with photos and if I cant figure it out soon, I'm gonna have to delete all my photos from my phone! PLEASE HELP ME URGENTLY! Thanks Donna

    Hi,
    Thanks SO MUCH for your response!  In reply to your questions,
    1.     Can you please tell what  error are you getting?     -                       
            Absolutely None! Its as though my phone is not plugged in at all! I only know that its plugged in because I see it in ITunes as "Donna's iPhone"                 other than that it is not recognized anywhere in/on my computer, so I am not even able to go into Photoshop Elements because when I manually try
            to download the photos through Elements, it does not recognize my iPhone as plugged in!
    2.     Have you ever  modified/corrected any image from the iPhone  itself?
            No! All I've ever done is taken my photo's and then tried to download them directly from my iPhone onto my computer!
    3.     Have you ever saved any image from en email attachment  configured on the iPhone?
            No, there are only photos saved in a folder that was made as a default folder directly by "Apple" on the iPhone to store my photos on when I take
            the photo's and they then go directly into "that" folder that "Apple" created before I got the phone. And then they used to automatically download
            from"that" folder directly into my "pictures" folder onto my computer! Other than that I have not saved any other pictures onto my iPhone EXCEPT
            when Elements was working, and it did download my pictures from my phone, I chose about 250 pictures from my computer and sent those to my
            iPhone. My iPhone then created a seperate folder and put those pictures that I transferred from my computer into that folder. But Elements still
            worked fine after that and I had no problems for about a year after that? But no, I've never saved any received email pics at all!
    Hope that that helps you be able to sort out this excessive mystery for / with me!
    Kindest regards
    Donna

Maybe you are looking for