Copy link to clipboard
Copied
I am using NativeProcess and am required to include <supportedProfiles>extendedDesktop</supportedProfiles> in the app descriptor.
This works fine in the debugger but when I go to export a release build, I get the following error:
'Error creating AIR file XXX-app.xml: eror 306: Descriptor must support one of the following profiles: desktop, mobileDevice, extendedMobileDevice, tv'
If I use <supportedProfiles>extendedDesktop desktop</supportedProfiles> as suggested here: http://forums.adobe.com/thread/699165
..then NativeProcess is no longer supported in the Export Release.
1 Correct answer
I had the same problem.
You need to export build the application as a 'signed native installer', not a 'signed AIR package'. It's one of the selection boxes in the export build panel.
Copy link to clipboard
Copied
I had the same problem.
You need to export build the application as a 'signed native installer', not a 'signed AIR package'. It's one of the selection boxes in the export build panel.
Copy link to clipboard
Copied
Yes, but I thought I saw somewhere/sometime that an AIR installer could be created to support nativeProcess from ADT.
I was hoping that was the case as we utilize an auto-updating feature for seamless updates but that requires an AIR installer.
That sad, I cannot find that supposed solution so will chaulk it up to my imagination and wishful thinking.
I'll give you the nod though - thanks.
