You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
The text was updated successfully, but these errors were encountered:
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.
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)
The text was updated successfully, but these errors were encountered: