Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Apple Mach-O Linker Error #3

Open
TamilRaja opened this issue Sep 20, 2013 · 9 comments
Open

Apple Mach-O Linker Error #3

TamilRaja opened this issue Sep 20, 2013 · 9 comments

Comments

@TamilRaja
Copy link

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
Copy link
Member

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

@TamilRaja
Copy link
Author

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
Copy link
Member

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" [email protected] 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//issues/3#issuecomment-24855301
.

@TamilRaja
Copy link
Author

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
Copy link
Author

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
Copy link
Member

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" [email protected] 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//issues/3#issuecomment-24913494
.

@TamilRaja
Copy link
Author

Hello David ....

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

@TamilRaja
Copy link
Author

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

@praveengodz
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants