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>

Similar Messages

  • 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.

  • Error 103: application.initialWindow.initialOrientation

    Hi,
    I get an error packaging an AIR app with adt with the initialOrientation element:
    error 103: application.initialWindow.initialOrientation is an unexpected element/attribute
    Based on the documentation, I should be able to set the orientation for the app to portrait. I'm testing on a Nexus One with Froyo (FRF91).
    For the initialWindow element, I have the following content:
    <initialWindow>
    <content>HelloWorld.swf</content>
    <visible>true</visible>
    <fullScreen>true</fullScreen>
    <initialOrientation>portrait</initialOrientation>
    <autoOrients>false</autoOrients>
    </initialWindow>
    I'm using AIR 2.5 AIR for Android Builds [08/02/10].
    Thanks,
    Raju

    I'm using adt version "2.5.0.15980".

  • 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.

  • Error:  The Application Conduit Manager quit unexpectedly

    When trying to perform a HotSync using my Treo 700p, I'm suddenly getting this error: "The Application Conduit Manager quit unexpectedly." I have recently been sent a new Treo to replace a defective Treo, but until I received this new Treo, I have been syncing without problems for over 18 months.
    Let me know if anyone has had similar problems and any solutions that you have successfully used.
    Thanks!

    If you are saying that you synchronize a single Palm device BOTH at work and at home, you've likely explained why your data has become corrupted. A Palm device was not intended to be, and should never be used as, a 'data carrier' or storage device to move records from one Macintosh to another. To do so will almost always result in serious data corruption over time, the duplication of records and so on.
    It can be less problematic to synchronize with a Windows platform on one end and a Macintosh on another, but I don't recommend that, as—once again—it places your records at risk.
    Keep in mind that the problematic record or records are on your device, not in iCal, as demonstrated by the Conduit Manager warning. There may also be records corrupted in iCal on your Power Macintosh G5, but that's another issue.
    You can correct the G5 issue, but first, it is important for you to outline just what you are presently—and have historically—been doing to 'synchronize' your home and work machines.

  • 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.

  • UnmarshalException: unexpected element (uri:...

    Hello,
    I have an ugly problem while trying to unmarshal my xml-instance with JAXB (WSDP2.0). I hope that you may help.
    With the tool XJC I have generated some Java-classes from XML-Schema
    xjc.bat -debug -readOnly -b myBindingFile.xjb -extension -d ./java xsd\MyMainSchema.xsd>error.txtThere was no error message, so I thought that everything was fine
    The file MyMainSchema.xsd uses/imports several other XML-Schemas.
    Among other imported elements I am using some elements of OGC (GML3.1.1,Geography Markup Language) for example gml:Polygon.
    Schema:
    <xsd:schema xmlns="my:package:structure:MyRoot"
    xmlns:x="...."
    xmlns:y="...."
    xmlns:xlink="http://www.w3.org/1999/xlink"
    xmlns:gml="http://www.opengis.net/gml" xmlns:xsd="http://www.w3.org/2001/XMLSchema" targetNamespace="my:package:structure:MyRoot"
    elementFormDefault="qualified"
    attributeFormDefault="unqualified"
    version="0.1">
    <xsd:import namespace="x" schemaLocation="../x.xsd"/>
    <xsd:import namespace="y" schemaLocation="../y.xsd"/>
    <xsd:element name="MyRoot" type="MyRootType"/>
    <xsd:complexType name="MyRootType">
    <xsd:sequence>
       <xsd:element ref="x:element1" minOccurs="0"/>
       <xsd:element ref="y:element2" minOccurs="0"/>
    </xsd:sequence>
    </xsd:complexType>
    </xsd:schema>element2 contains on lower level some GML-elements
    If I generate a valide instance of the schema and try to unmarshal (Schema->java-classes, I have done this in the following way:
    JAXBContext jc = JAXBContext.newInstance(my.package.structure.MyRootType.class);
    Unmarshaller u = jc.createUnmarshaller();
    FileInputStream f_in = new FileInputStream("C://my/path/to/instance/instance.xml"");      
    MyRootType doc = (MyRootType)u.unmarshal(f_in);Now I get an error message:
    javax.xml.bind.UnmarshalException: unexpected element (uri:"my:package:structure:MyRootType", local:"MyRoot").
    Expected elements are
    <{http://www.opengis.net/gml}Array>,
    <{http://www.opengis.net/gml}Bag>,
    <{http://www.opengis.net/gml}BaseUnit>,
    <{http://www.opengis.net/gml}validTime>,
    <{http://www.opengis.net/gml}vector>Can anybody please help and tell me where I may search for the error. I tried several hours to eliminate the error, but all without success.
    It seems that JAXB is searching for an element out of the GML-namespace but I don't understand why.
    the y:element2 contains a gml:Polygon, but I think that this can not be the cause
    Thanks a lot for your help!
    tine

    xsi:noNamespaceSchemaLocation="F:\Data\NetBeansProjects\834Parser\data\enrollmentschema.xsd"I did some googling; all of the examples of the xsi:noNamespaceSchemaLocation I found were too simple. But eventually I found a document which suggested that the value of this attribute should be a URI. Which makes sense since the schema specs were written by the W3C for use in Internet applications. And you haven't provided a URI there.

  • Getting "The Application Disk Utility quit unexpectedly"

    Hi all. New to the forum.
    Went to do my weekly disk Utility this afternoon and it won't open from my applications. Keep getting the error "The Application Disk Utility quit unexpectedly". Now This morning i did allow firefox to do an update, not sure if this has caused some issue. Running 10.5.6 and have been for some time with no issues. I've ran the install disk and ran Utility from there with no problems however there was a ton of stuff it was correcting. Repaired Disk as well. Restarted, tried to pull from applications, again no luck same message. I then ran Safe Boot, Reset PRAM and again still no fix. I removed Firefox, chess and some other game's I've downloaded from the apple site just to be safe. Still nothing. Anyone advise? I'm set up to meet with a Mac Gen. at the local apple store in 2 days. Anyone have any idea's? The only change I have done recently is the firefox update. UGGGG!!!

    Have you tried to run Disk Utility from a system Install Disk or start-up from a system install disk and run disk utility from the disk?

  • SOAP:14 - Unexpected element

    Hi,
    while trying to consume an external WS from our ECC 6.4 ABAP system, I'm getting the following error message:
    CODE - SOAP:14
    ERRORTEXT - Unexpected element -el=script ns=
    More detailed information from RFC-Trace:
    XRFC> INFO 16:41:40: SOAP SESSION Protocol CL_SOAP_SESSION_PROTOCOL
    XRFC> ->IF_SOAP_PROTOCOL~PRE_PROCESS() SOAP Session Protocol           
    XRFC> preprocessed                                                       
    XRFC>                                                                    
    XRFC> INFO 16:41:40: SOAP Transport Binding CL_SOAP_HTTP_TPBND_ROOT      
    XRFC> ->IF_SOAP_TRANSPORT_BINDING~SEND() Try to send message ( DEST =    
    XRFC> ,PATH = ,URL = http://XXX/ServiceName ,SOAP Action = )                                         
    XRFC>                                                                    
    XRFC> INFO 16:41:40: SOAP Transport Binding CL_SOAP_HTTP_TPBND_ROOT      
    XRFC> ->IF_SOAP_TRANSPORT_BINDING~SEND() Message sent                    
    XRFC>                                                                    
    XRFC> INFO 16:41:40: SOAP Transport binding CL_SOAP_HTTP_TPBND_ROOT      
    XRFC> ->IF_SOAP_TRANSPORT_BINDING~RECEIVE() Try to receive message       
    XRFC>                                                                     <
    XRFC> INFO 16:41:40: SOAP HTTP Binding CL_SOAP_HTTP_TPBND_ROOT->HANDLE   
    XRFC> STATUSCODE() Received return code 200 ( OK )                     
    XRFC>                                                                    
    XRFC> ERROR 16:41:40: SOAP Message CL_SOAP_MESSAGE->IF_SOAP_MESSAGE      
    XRFC> PART~INITFOR_DESERIALIZE() A SOAP Runtime Core Exception         
    XRFC> occurred in method GET_METHOD of class CL_SOAP_MESSAGE_11 at       
    XRFC> position id 1 with internal error id 14 and error text Unexpected  
    XRFC> element -el=script ns= (fault location is 2 ).                     
    XRFC>                                                                    
    Any idea how to solve this problem?

    No, I just changed the URL. Here is the trace part including the real adress:
    XRFC> INFO 16:41:40: SOAP Transport Binding CL_SOAP_HTTP_TPBND_ROOT       <
    XRFC> ->IF_SOAP_TRANSPORT_BINDING~SEND() Try to send message ( DEST =     <
    XRFC> ,PATH = ,URL = http://lntraining:80/taxs/taxscontroltrg.nsf/GBU     <
    XRFC> _Transfer ,SOAP Action = )                                          <
    By the way, this is the same adress that I entered in the logical port I am using...

  • "The application Flash Professional quit unexpectedly."

    Hello folks,
    Please help!
    When I try to open an .fla file that I have I get this error:
    "The application Flash Professional quit unexpectedly."
    I doesn't happen with other .fla's. Only with one of them. A
    friend of mine says that he can open it on his computer just fine.
    What can it be?
    I am on a Mac G5 dual under MacOSX Tiger 10.4.6. Using Flasg
    Professional 8.
    Thanks!

    sometimes a FLA can become corrupt. have your friend do a
    save-as with a new name - then tell him to
    zip it and send it to you.
    --> Adobe Certified Expert (ACE)
    --> www.mudbubble.com :: www.keyframer.com
    -->
    http://flashmx2004.com/forums/index.php?
    -->
    http://www.macromedia.com/devnet/flash/articles/animation_guide.html
    -->
    http://groups.google.com/advanced_group_search?q=group:*flash*&hl=en&lr=&ie=UTF-8&oe=UTF-8
    billhdz wrote:
    > Hello folks,
    >
    > Please help!
    >
    > When I try to open an .fla file that I have I get this
    error: "The
    > application Flash Professional quit unexpectedly."
    > I doesn't happen with other .fla's. Only with one of
    them. A friend of mine
    > says that he can open it on his computer just fine.
    >
    > What can it be?
    >
    > I am on a Mac G5 dual under MacOSX Tiger 10.4.6. Using
    Flasg Professional 8.
    >
    > Thanks!
    >
    >

  • Unexpected element name: expected error while invoking external web service

    Hi,
    In JDeveloper when I invoke external web service call, I am getting following exception
    "unexpected element name: expected=..."
    But the same application works fine in .NET. Can someone help me as to why I am getting the exception only in JDeveloper and how to fix this exception.
    Thanks.

    Hi,
    Without more information, it will be hard to help, and tell you what could be teh issue.
    Usually, this kind of error occurs when the payload and the WSDL schema are out of sync, for example if the order of the element on the wire do not match the order in a sequence declaration, you may get this error.
    In such case, .NET handle the XML as if it was a 'all' -- no specific order -- and deserialize the message properly.
    Hope this helps,
    -eric

  • Hi when I open each application for mac office, the app closes and it pops up the following error: Microsoft Error Reporting log version: 2.0  Error Signature: Exception: EXC_BAD_ACCESS Date/Time: 2014-03-27 14:14:52 +0000 Application Name: Microsoft Exce

    Microsoft Error Reporting log version: 2.0
    Error Signature:
    Exception: EXC_BAD_ACCESS
    Date/Time: 2014-03-27 14:14:52 +0000
    Application Name: Microsoft Excel
    Application Bundle ID: com.microsoft.Excel
    Application Signature: XCEL
    Application Version: 14.1.4.111121
    Crashed Module Name: libTIFF.dylib
    Crashed Module Version: unknown
    Crashed Module Offset: 0x000078ae
    Blame Module Name: MicrosoftComponentPlugin
    Blame Module Version: 14.1.4.111121
    Blame Module Offset: 0x0000d9fc
    Application LCID: 1040
    Extra app info: Reg=en Loc=0x0410
    Crashed thread: 0

    Hi mattiaprodomo,
    If you are having issues with an app that unexpectedly closes on launch, you may find the following article helpful:
    OS X Mavericks: If an app freezes or quits unexpectedly
    http://support.apple.com/kb/PH13975
    Regards,
    - Brenden

Maybe you are looking for

  • Converting mov files to animated gifs

    Basic question: how-to convert MOV files to animated GIF files. I have been searching for free/opensource/shareware to do this but so far no program I found could do this. I'd love someone to answer, definitively, about free/opensource/shareware, but

  • Add custom infotype in PTMW

    Hi Experts, I received one requirement to add a custom infotype in PTMW transaction to maintain data. I want to know is it possible to add a infotype in PTMW? if yes can anyone give me procedure for that? Thanks in advance.

  • IWEB Folder Problems

    Okay.. So I published one of my websites to a folder and have been looking at them in internet explorer. Nothing is clickable and some things are overlapping-however when I published to the web it was clickable and nothing over lapped. Why is it doin

  • Working with multiple channels

    Hello I am writnig a vi in which I acquire data from a force torque tranducer who has 6 channels (ai0,ai1,ai2,ai3,ai4,ai5 for Fx,Fy,Fz,Tx,Ty,Tz respectively) what I see in the text file which I create is a matrix with 5000 rows (I took 500 samples) a

  • Strange error when check a project

    Experts: When I check a project , I get error: Message from function module /TMWFLOW/CHECK_PRJ_CONS: No export system for PRD-010. 1) SDN has some threads about this error. But none of them fits my case. 2) OSS has 2 notes(e.g.1017929)  with the corr