You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using the ANE-Wizard and have made changes where needed. It is compiling and creating the ANE, but I'm getting these errors when adding the ANE to my test air project.
Undefined symbols for architecture armv7:
"_ANEPaeDaeExtInitializer", referenced from:
_g_com_adobe_air_fre_fmap in extensionglue.o
(maybe you meant: _ANEPaeDaeExtInitializer_name)
"_ANEPaeDaeExtFinalizer", referenced from:
_g_com_adobe_air_fre_fmap in extensionglue.o
(maybe you meant: _ANEPaeDaeExtFinalizer_name)
ld: symbol(s) not found for architecture armv7
Compilation failed while executing : ld64
Current code where this is happening is in this git repo
I'm using the ANE-Wizard and have made changes where needed. It is compiling and creating the ANE, but I'm getting these errors when adding the ANE to my test air project.
Undefined symbols for architecture armv7:
"_ANEPaeDaeExtInitializer", referenced from:
_g_com_adobe_air_fre_fmap in extensionglue.o
(maybe you meant: _ANEPaeDaeExtInitializer_name)
"_ANEPaeDaeExtFinalizer", referenced from:
_g_com_adobe_air_fre_fmap in extensionglue.o
(maybe you meant: _ANEPaeDaeExtFinalizer_name)
ld: symbol(s) not found for architecture armv7
Compilation failed while executing : ld64
Current code where this is happening is in this git repo
https://github.com/RuwiGamesLLC/ANEPaeDae
Thanks
Phil
The text was updated successfully, but these errors were encountered: