Question
error 306: Descriptor must support the profile desktop, mobileDevice, or extendedMobileDevice
I got above error when I tried to export a release build, the problem is the ***-app.xml, there is a line in the file:
<supportedProfiles>extendedDesktop</supportedProfiles>
which the air doesn't support extendedDesktop, I am using the Flex SDK 4.1.0 and Air SDK 2.0.2 and I have to use the extendedDesktop because I need access native process. any one has some ideas to fix this problem?
