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

Getting Duplicate symbols issue when I integrate AppRTC with other third party files #3

Closed
Vidhyanand-K opened this issue Jun 29, 2015 · 1 comment

Comments

@Vidhyanand-K
Copy link

I am having pod file for different third party integration along with AppRTC. When I integrate AppRTC with other files it is getting Duplicate Symbols error.

Previously my project is fine with cocoa pods before integrating AppRTC. But after integrating it is getting errors. Please refer below link. It is getting conflicts with TwilioSDK and Socket Rocket.

Can u keep the steps for integrating AppRTC without use of cocoa pods. As libWebRTC.a is getting conflicts with other SDK's.

http://stackoverflow.com/questions/31052337/how-to-remove-duplicate-files-generated-through-cocoa-pods-in-ios

@coolwr
Copy link
Contributor

coolwr commented Oct 15, 2015

We fixed some dependency issues in v1.0.2 around SocketRocket, which was compiled into the previous libWebRTC.a static library we were using. However, with the latest v1.0.2 we separated out the dependency to prevent these issues.

pod 'AppRTC', '~>1.0.2'

@coolwr coolwr closed this as completed Oct 15, 2015
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

2 participants