ANE issue with iOS
Hello,
I am making ANE for iOS. Getting below error.
ArgumentError: Error #3500: The extension context does not have a method with the name init.
at flash.external::ExtensionContext/_call()
at flash.external::ExtensionContext/call()
I made one example where I was getting same error so I downloaded SystemVolumeNativeExtension from below link. And recompiled but facing same error. When I am using given ANE which is inside downloaded folder that one is working fine. Now I am not understanding what can be the reason. As I think, I followed same process.
nweber/SystemVolumeNativeExtension · GitHub
I am using latest AIR SDK 17.0 and latest XCode.
Command which I am using to create ANE:
adt -package -target ane Volume.ane extension.xml -swc VolumeLib.swc -platform iPhone-ARM -C ios . -platformoptions platformoptions.xml -platform default -C default .
Fighting with this issue since last 1 week. Please help me to fix this.
Thanks,
Pankaj
