Hello,
I created a native extension to support ARM64 for iOS. The problem is I get the following error when packaging an ad-hoc build:
"Error: libgameCenter.a are required to have universal iOS libraries. Please contact the ANE developer(s) to get the same."
As I understand I need both armv7 and arm64 libraries. So I build for both of them using "xcodebuild" and then merge with "lipo -create" command.
However I think there is a step I'm missing. Please advice. Thank you.
AIR SDK: 16.0 beta
Xcode: 6.1.1