GargoyleSoftware / voip-client-ios

VOIP Client for iPhone
GNU General Public License v2.0
48 stars 37 forks source link

Apple Mach-O Linker Error #3

Open TamilRaja opened 10 years ago

TamilRaja commented 10 years ago

ld: library not found for -lzrtpcpp collect2: ld returned 1 exit status Command /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/llvm-gcc-4.2 failed with exit code 1

DavidYKay commented 10 years ago

@TamilRaja do you have the dependency? https://github.com/wernerd/ZRTPCPP

TamilRaja commented 10 years ago

Thanks David....But new error coming. How to solve this error? Please any solution

ld: 7 duplicate symbols for architecture armv7 clang: error: linker command failed with exit code 1 (use -v to see invocation)

DavidYKay commented 10 years ago

Looks like there is a library you are importing twice. Check your build settings and see what the culprit might be. On Sep 20, 2013 11:47 PM, "TamilRaja" notifications@github.com wrote:

Thanks David....But new error coming. How to solve this error? Please any solution

ld: 7 duplicate symbols for architecture armv7 clang: error: linker command failed with exit code 1 (use -v to see invocation)

— Reply to this email directly or view it on GitHubhttps://github.com/GargoyleSoftware/voip-client-ios/issues/3#issuecomment-24855301 .

TamilRaja commented 10 years ago

HI David ...

i have lot of solution using but not good result same problem reputed ....

1.compile source checking for duplicate files 2.checked to armv7 and armv7s 3.source file 4.searchpath-framework- empty 5.organizer-leftside myproject - delate the derived data 6.include change import in all implement files 7.same name class name 8.build active architecture only change YES 9.Oter linking flags change to -force_load 10.Add to the frame work game git,quartz core,game git,core data

These all are test my app but not clear the error

ld: 7 duplicate symbols for architecture armv7 clang: error: linker command failed with exit code 1 (use -v to see invocation)

What can i do David? Please any other solutions help me friend? i am waiting u r answer?

TamilRaja commented 10 years ago

Hello David ...

Error is clear. Audio is work good but video call is not working in linphone project. Any code or link in video calling use to sip ..... thanks

DavidYKay commented 10 years ago

Are you running the code on the device? We tested it about a year and a half ago on the iPhone 4 and the iPad 2 and had no problems. On Sep 23, 2013 7:31 AM, "TamilRaja" notifications@github.com wrote:

Hello David ...

Error is clear. Audio is work good but video call is not working in linphone project. Any code or link in video calling use to sip ..... thanks

— Reply to this email directly or view it on GitHubhttps://github.com/GargoyleSoftware/voip-client-ios/issues/3#issuecomment-24913494 .

TamilRaja commented 10 years ago

Hello David ....

Thankyou so much .... .... Working is good for video call...

TamilRaja commented 10 years ago

@DavidYKay How to disable these features like VAD (Voice Activity Detection), Noise Reduction, Echo Cancellation or Auto Gain Control, in linphone SipClient.

praveengodz commented 10 years ago

@DavidYKay By default these VAD (Voice Activity Detection), Noise Reduction, Echo Cancellation or Auto Gain Control features are enabled or disabled?