Hi there, I'm using a native extension for one of my iPad app, which takes care of unzipping large files on the device. Whenever there are any code changes in the app, I always have to test it on the device, as I cannot run the app on windows AIR simulator when I am using native extension. I get this error message if I try to run it on desktop:
"Process terminated unexpectedly. The content cannot be loaded because there was a problem loading an extension: Error: Requested extension com.xyz.ane.ANEZip is not supported for Windows-x86." It really takes lot of time to test it out on the device each and every time when changes are done in the app. So I wanted to know if there is a way we can avoid native extension from getting executed, while we want to test it on desktop? Right now I have created 2 projects! One with native extension and another without native extension to test on desktop. I know for sure, this isn't the right way.
