NativeProcess extendedDesktop error
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.
