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

Cocoapods Not Updated #43

Closed
FrederickGeek8 opened this issue Jul 20, 2017 · 2 comments
Closed

Cocoapods Not Updated #43

FrederickGeek8 opened this issue Jul 20, 2017 · 2 comments

Comments

@FrederickGeek8
Copy link

FrederickGeek8 commented Jul 20, 2017

After installing peertalk via Cocoapods (and not changing anything else about my project), I get the following linking error:
4 duplicate symbols for architecture x86_64

I've tried every solution I can find online, so I was hoping it was an issue with the project. Can anyone reproduce my error / offer a solution?

I was using Swift, but I ended up recreating my project as Objective-C and that didn't fix it.

The Cocoapods version available right now is 0.0.1. I noticed in #32 that version 0.0.1 is throwing linking errors. Seeing as there is a Podfile in the repository, it looks like this is meant to be officially on Cocoapods, however the version available is not what is in the Podfile here.

@FrederickGeek8 FrederickGeek8 changed the title Linking Error after Cocoapods Install Cocoapods Not Updated Jul 20, 2017
@FrederickGeek8
Copy link
Author

For anyone that is currently encountering this issue, it can be temporarily fixed by adding
pod 'PeerTalk', :git => 'https://github.com/rsms/peertalk'
to your Podfile. This will make it so it analyzes the repository and not the current Spec on the Cocoapods website.

@jonathandann
Copy link
Collaborator

pod 'PeerTalk', :git => 'https://github.com/rsms/peertalk', :tag => '0.1.0' works as of today. Once the pod repo itself is updated, the :tag => '0.1.0' will not be required.

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