backham
backham

Reputation: 106

air sdk 16 buid app with ane,required to have universal iOS libraries. Please contact the ANE developer

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?

Upvotes: 2

Views: 2013

Answers (1)

Michael
Michael

Reputation: 3871

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.

Upvotes: 1

Related Questions