-
Notifications
You must be signed in to change notification settings - Fork 67
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
clang: error: linker command failed with exit code 1 (use -v to see invocation) #110
Comments
I have the same problem |
I had followed documentation for installation of Mediasoup ios.
https://github.com/ethand91/mediasoup-ios-client/blob/master/documentation/Installation.md
I had followed following commands to create .a framework of mediasoup but I am getting error like
fatal error: 'clang: error: linker command failed with exit code 1 (use -v to see invocation) make[2]: *** [libmediasoupclient/libsdptransform/test/test_sdptransform] Error 1 make[1]: *** [libmediasoupclient/libsdptransform/test/CMakeFiles/test_sdptransform.dir/all] Error 2
This is the output for above command
After that I tried to fire this command
make -C build
I am getting following error.
Any help would be appereciated.
The text was updated successfully, but these errors were encountered: