@aciolino the Codea.app on your iPad can’t run the native addons, it would need to be recompiled and relinked to include them.
Codea 1.5.2 exports your project as a native Xcode project, source files, and libraries that can be linked against any other code you write. While you are not recompiling Codea in this scenario, you are code signing and linking it against your own code.