使用ANE进行Adobe AIR iOS编译

sch*_*hou 5 air flash actionscript-3 ios ane

我很喜欢Adobe提供给我在Adobe Flash CC 2015中开发的iOS AIR游戏的游戏中心ANE.我下载了最新的ANE,应该是64位,但是当我尝试编译文件,甚至导出电影时(Ctrl) +输入),我收到此错误:

Test Movie terminated.
The content cannot be loaded because there was a problem loading an extension: Error: Requested extension com.adobe.ane.gameCenter is not supported for Windows-x86.
Run Code Online (Sandbox Code Playgroud)

当我尝试使用Adobe的Gaming SDK中包含的"gameCenter.ane"文件时,我收到一条错误消息:

META-INF/ANE/iPhone-ARM/libgameCenter.a are required to have universal iOS libraries. Please contact the ANE developer(s) to get the same.
Run Code Online (Sandbox Code Playgroud)

我能够使用原始包含的gameCenter.ane文件(来自Gaming SDK)导出电影(Ctrl + Enter),但不能在使用64位时导出.

有任何想法吗?

谢谢!