-
-
Notifications
You must be signed in to change notification settings - Fork 10
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
apm install not updating extension in app descriptor #212
Comments
Can you try the process again without this line:
What are you attempting to do here? Looks to be setting up some odd build configuration? |
Yes, probally a bit odd, Ideally, I am trying to set up one project that tests my all my district ANEs, just a convenient project to check updates etc, Each ANE has its app.xml file. So, I started again, and removed the apm, ane, apm_packages and project.apm from project.
The FIREBASE_ANE_TEST-app.xml generated file looks like:
and the project.apm file:
I have also tried using an older AIR SDK, same issue. Cheers |
Hi, Just posted a comment in the other issue, but just to note it here as well: you are generating the app descriptor before installing the extension, try changing the order of the commands:
The generate app-descriptor command only works for the currently installed extensions. As you had none installed at that time there was nothing for apm to do. |
It has been quite a while when I last I needed to install ANE's and use apm.
I updated apm to version 1.6.0 and my harman air SDK to 51.1.2.2.
Not sure if this is apm or district ANE issue. My ANE subscriptions are update to date and my github token is fresh.
On a fresh clean project using AIR FLEX and Harman AIR SDK MACOX 51.1.2.2 I run:
apm init
apm config set github_token ghp_xx
apm generate app-descriptor FIREBASE_ANE_TEST-app.xml
apm project config set com.distriqt.Firebase --descriptor FIREBASE_ANE_TEST-app.xml
apm -loglevel verbose install com.distriqt.Firebase
here are the logs from the apm install:
here is the project.apm file:
Then when I run the apm install again, I get a different error:
Any help much appreciated.
Cheers
Jase
The text was updated successfully, but these errors were encountered: