I am using idoubs open source in one of my projects for VoIP functionality. Things are working fine in armv6 and armv7 architecture. Now i am updating my project to support iphone 5. I could not compile the project in armv7s architecture (I dropped armv6 architecture.Tried to compile in armv7 and armv7s architecture). I am getting following error.
ld: library not found for -lsrtp
collect2: ld returned 1 exit status
Please share your suggestion to solve this issue.
Note:
libsrtp.a is available for all the architectures(armv6,armv7 and i386) other than armv7s architecture. So i am not sure that whether the idoubs source code had been updated really
I am using latest revision r221 and xcode 4.5.
Thanks in Advance...