Question
iOS only extension
I am developing an app that is targetted for iOS and Android. On iOS I need to make use of an exension that is only supported on iOS. If I include the exension in my Flash Builder project, I can no longer deploy to the simulator. I receive an error like "The content cannot be loaded because there was a problem loading an extension: Error: Requested extension XXX is not supported for MacOS-x86." Do I need to create a stub extension for MacOS-x86 or is there a simpler way?
