I've recently (2 month ago) built Adobe Air extension
(ANE) which includes native iOS
static library and it worked well.
Now, I'm getting error which is really strange: (undefined symbols for armv7 xxxInitializer)
I understand if it were undefined symbols CoreLocation
it means I need to update platformoptions.xml
to include such option, but seems like it is another issue.
static lib supports armv7
arch:
Only one thing I've done - updated Adobe Flash Professional
I've come across same issue here: http://forum.starling-framework.org/topic/ane-problem but not really helpful.