I have a third party framework to connect a bluetooth device (Dice+) with an app, but I am building an ANE (Adobe Native Extension) to use the device in a AIR iOS aplication.
To build the ANE, I embed the framework, but AIR-iOS only works with ARMv7 architecture but this framework is "universal" (ARMv6, ARMv7 and MAC OS).
There a way to repackage the framework from Xcode to be an ARMv7 architecture framework only?