Step-by-step tutorial on adding Obj-C library to Corona app?

Anyone know where I can find a tutorial on this? I was able to incorporate the OpenEars library into my Xamarin iOS app because someone wrote an Obj-C/C# wrapper for it. However, because I now develop Corona apps and games at work I prefer to use Lua, and also find C# a little too bloated.

Anyone know how I can bind a large native library like this into Corona? The following page isn’t very helpful for someone like myself who’s never done it before. I need a step-by-step tutorial.

http://docs.coronalabs.com/daily/native/plugin/index.html

FYI I am using Enterprise at work.

Thanks in advance!

First, I moved this to the Enterprise forum.  You  might get more responses here.  Secondly have you read the tutorials we’ve done:

http://coronalabs.com/blog/2014/03/18/tutorial-corona-enterprise-quickstart-ios/

http://coronalabs.com/blog/2014/04/22/tutorial-image-printing-via-corona-enterprise-ios/

Lua to Native happens either by the Lua_State object or through events being dispatched and received.  The core “App” sample app in the Enterprise folder should show you how to work data to and from Lua/Objective C.

Rob

First, I moved this to the Enterprise forum.  You  might get more responses here.  Secondly have you read the tutorials we’ve done:

http://coronalabs.com/blog/2014/03/18/tutorial-corona-enterprise-quickstart-ios/

http://coronalabs.com/blog/2014/04/22/tutorial-image-printing-via-corona-enterprise-ios/

Lua to Native happens either by the Lua_State object or through events being dispatched and received.  The core “App” sample app in the Enterprise folder should show you how to work data to and from Lua/Objective C.

Rob