i'm developing a multi-platform app with audio recording feature.
for the iOS version i thought rremicrophone.lcext would have been enough for my goals (very simple rec/play actions).
but when i try to build it, i get a compile error:
"linking for arm 7 failed with undefined symbols for architecture arm7 "__libinfoptr_rremicrophone" etc." (see attachment)
i'm using LC 6.6.1 (pro), under osx 10.9 (also tried on 10.

i tried both last lcext version i know about (from http://forums.runrev.com/viewtopic.php? ... ail#p97654) and even a (probably) newer version compiled by Thierry a couple of months ago (from here: http://forums.runrev.com/viewtopic.php? ... one#p98314) with no luck.
if i try to re-compile from source i get several errors from xcode (and, i have to admin, i'm NOT a xcode expert definitely). and a very little binariy.
someone could help me?
note: i also have monte's mergAV ext, but i'm not sure if i can use it for just AUDIO recording… can i?