Im trying to build Air Native Extension for OS X, by using this guide http://www.adobe.com/devnet/air/articles/building-ane-ios-android-pt3.html
All seems okay, but I cant send Events to as3, because FREDispatchStatusEventAsync
function does not works.
When I build my library in Xcode, I get:
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)
What should I do?