I'm adapting an air extension for PC to the Mac. Successfully creating a project which "ought to" work, but instead I get
Error #3500: The extension context does not have a method named
The packaged ANE is being loaded successfully, but no calls work. I suspect that the initializer is not being called (and nothing is complaining about it). My evidence being that I removed the initializer and finalizer from the C project and the behavior did not change.
Any suggestions?
Versions: Xcode 3, Air-15, Flex 4.13, Flash Builder 4.7
Edit: more information; I discovered that exporting the application as a release build/signed native installer, then installing and running the application, it works (well, still needs debugging, but the extension methods are being reached). So the question simplifies to "what is wrong with the flash builder environment"