我需要使用AIR 4编译我的Flash应用程序。我下载了最新版本的AIR SDK here并覆盖了现有的SDK,如here所述
(一个区别是玩家版本 - 我设置了23而不是15),但在发布期间我遇到了错误:
Undefined symbols for architecture armv7:
"__ZN7avmplus15Context3DObject11get_profileEv", referenced from: __ZN7avmplus8NativeID43flash_display3D_Context3D_profile_get_thunkEPNS_9MethodEnvEjPi in AOTBuildOutput-0.o
__ZZ41__static_initialization_and_destruction_0iiE6C.6592 in AOTBuildOutput-0.o
(...)
我在谷歌搜索,但有任何结果。有什么建议吗?
答案 0 :(得分:0)
问题解决了。我试图在另一台机器上编译(AMD而不是Intel)并且它运行良好。