How can I use Xcode (or Swift) library wirh Codea

I want to add the voice recording function to my game made with Codea.
How can I call Xcode libraries from the Lua code exported into Xcode?

@Makoto you have to write the code in objective-c and convert the code to Lua, look at the gameCenterAddon for an example

thank you. I will try.