Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[AIR SDK 51.0.0.2] airsdk.xml not updated #3084

Closed
itlancer opened this issue Feb 24, 2024 · 1 comment
Closed

[AIR SDK 51.0.0.2] airsdk.xml not updated #3084

itlancer opened this issue Feb 24, 2024 · 1 comment
Labels

Comments

@itlancer
Copy link

itlancer commented Feb 24, 2024

Problem Description

AIR SDK 51.0.0.2 contains not updated airsdk.xml file. It has old namespace and no entry for 51.0.
Because of that your AIR application will be built with old SWF version and cannot use new AIR 51 features.

Related issue:
#3083

Steps to Reproduce

Open AIR SDK 51.0.0.2 folder and take a look at airsdk.xml.

Actual Result:
<airSdk xmlns="http://ns.adobe.com/air/sdk/50.2"> namespace.
And no entry for AIR 51.

Expected Result:
<airSdk xmlns="http://ns.adobe.com/air/sdk/51.0"> namespace.
And has entry for AIR 51.

Known Workarounds

In AIR SDK folder open file airsdk.xml and change
<airSdk xmlns="http://ns.adobe.com/air/sdk/50.2">
to
<airSdk xmlns="http://ns.adobe.com/air/sdk/51.0">
and add new entry to applicationNamespaces:

<versionMap>
	<descriptorNamespace>http://ns.adobe.com/air/application/51.0</descriptorNamespace>
	<swfVersion>51</swfVersion>
</versionMap>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant