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

How to get proper namespace when generating app descriptor? #210

Open
mrfrasier opened this issue Oct 16, 2024 · 1 comment
Open

How to get proper namespace when generating app descriptor? #210

mrfrasier opened this issue Oct 16, 2024 · 1 comment

Comments

@mrfrasier
Copy link

When I call "apm -b production generate app-descriptor", apm always resets namespace to 50.2, although I'm using AIR 51.1.1.5 to generate the SWF. As such, when I go to compile, I get an error about the swf being higher than the namespace in the xml file.

Unsure where this is getting set and how to change it? This is on Windows 11 (I generate app descriptor and everything there, then go over to Mac to compile the iOS release)

@marchbold
Copy link
Contributor

marchbold commented Oct 17, 2024

apm will be using a version of AIR on your machine (probably what the environment variable AIR_HOME points to) and this will be the namespace that gets inserted automatically I believe.

Check what you have set that to and update it to match the version for your app.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants