Uploaded image for project: 'Apache Flex'
  1. Apache Flex
  2. FLEX-21454

Error when trying to export a release version of a simple AIR app

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Duplicate
    • Adobe Flex SDK Previous
    • None
    • None
    • Affected OS(s): All OS Platforms
      Language Found: English

    Description

      Found in 4.0.0.10912

      Steps to reproduce:
      0. Create a new AIR app.
      1. Copy and paste the following code:

      <?xml version="1.0" encoding="utf-8"?>
      <s:WindowedApplication xmlns:fx="http://ns.adobe.com/mxml/2009"
      xmlns:s="library://ns.adobe.com/flex/spark"
      xmlns:mx="library://ns.adobe.com/flex/halo">
      <s:Label id="ldl" creationComplete="ldl.text = mx_internal::VERSION;" />
      </s:WindowedApplication>

      2. Export a release version of the AIR app and sign it with a cert.

      Actual Results:
      Errors

      Expected Results:
      No errors.

      Workaround (if any):
      n/a

      ------

      <?xml version="1.0" encoding="utf-8"?>
      <s:WindowedApplication xmlns:fx="http://ns.adobe.com/mxml/2009"
      xmlns:s="library://ns.adobe.com/flex/spark"
      xmlns:mx="library://ns.adobe.com/flex/halo">
      <s:Label id="ldl" creationComplete="ldl.text = mx_internal::VERSION;" />
      </s:WindowedApplication>

      Attachments

        Activity

          People

            adobejira Adobe JIRA
            adobejira Adobe JIRA
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: