I’m new to openFL and my problem is that when I run NativeProcess() I get an error
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