divijkumar / xcode-template-ane

XCode 4 project template for creating AIR native extensions (ANE) for iOS
Other
113 stars 30 forks source link

File .ANE #4

Open robertocorrales opened 9 years ago

robertocorrales commented 9 years ago

Hi, i'm using your template to generate an ANR. I had to change the compiler to the Default one. But, when I click RUN (test2 .ane > iOS Device) I only get tthe following files)

What am I doing wrong?

Thanks in advance,

captura de pantalla 2015-02-11 a las 13 17 10

thyselius commented 9 years ago

You need to take the .a file and compile it together with some other files into an .ane. Please see http://help.adobe.com/en_US/air/extensions/WSf268776665d7970d-2482335412ffea65006-8000.html

I think this template is supposed to also do this for you when you compile it, but if not you should be able to do it manually as well. Hope it helps. :)