Error #3219 on AIR project

I’m new to openFL and my problem is that when I run NativeProcess() I get an error
image

Error: Error #3219: The NativeProcess could not be started. ‘Not supported in current profile.’
at Error$/throwError()
at flash.desktop::NativeProcess/start()

in as3, to fix the problem you need to write the following line in application.xml:

<supportedProfiles>extendedDesktop</supportedProfiles>

but I don’t know what to do in openFl and I’m asking you for help

I think that you can add the following to your OpenFL project.xml:

<config:air profile="extendedDesktop"/>
2 Likes