Hey,
Has anybody played with making an iOS ANE using swift?
When using Swift, you can't make a Static Library (.a file). You have to make a framework instead. So in the extension.xml, instead of pointing to a .a file, I'm going to point to the .framework instead.
I'm about to finish up packaging up the ANE to see if this works or not. If anybody have experience in this, share you experience. Thanks.