一切似乎都还好,但我无法将事件发送到 as3,因为FREDispatchStatusEventAsync
函数不起作用。当我在 Xcode 中构建我的库时,我得到:
Undefined symbols for architecture x86_64:
"_FREDispatchStatusEventAsync", referenced from:
_MyANEInitializer in MyANE.o
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
我应该怎么办?