2
votes

I got a error when build air ios game with air sdk 16. when add a chartboost ane plugin(https://github.com/lilili87222/chartboost-ane-flash-air-android-ios)

Error: META-INF/ANE/iPhone-ARM/libAirChartboost.a, META-INF/ANE/iPhone-ARM libAirChartboost.a are required to have universal iOS libraries. Please contact the ANE developer(s) to get the same.

apple have announce app must support armv 64 01/02/2015.any idea?any body other have upgrade air sdk to 16?

1
it means the ane itself must be universal binary. You can't use it as it in a AIR 16 project. - BotMaster

1 Answers

1
votes

If you have access to the source it's fairly simple to update as long as the extension is well coded in ObjC.

  • open the Xcode project
  • check that it's using the standard architectures and has arm64 a supported platform
  • build the project

Then if you use the latest air beta to compile the ANE you'll get a 64 bit supported extension.