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

cocoapod conflict with other library #33

Open
touchbee opened this issue Dec 10, 2016 · 5 comments
Open

cocoapod conflict with other library #33

touchbee opened this issue Dec 10, 2016 · 5 comments

Comments

@touchbee
Copy link

touchbee commented Dec 10, 2016

I'm getting errors when running pod update on my project. Looks like this is now trying to pull in another library when using pod 'DropdownMenu' which is a Swift implementation and seems altogether a different library.

https://github.com/teambition/DropdownMenu

@nmattisson
Copy link
Owner

Hmmm... They should have chosen a different name for the newer library to avoid conflicts.

@touchbee
Copy link
Author

I'm using this explict url as a workaround
pod 'DropdownMenu', :git => 'https://github.com/nmattisson/DropdownMenu.git'

But obviously that isn't ideal.

@nmattisson
Copy link
Owner

I pointed it out to the developer of the new library, and hopefully he/she will choose a new name. teambition/DropdownMenu#3

@suricforever
Copy link

suricforever commented Dec 10, 2016

@touchbee I am the author of the swift repo. Sorry for that. You can run pod update again now, The error will go away

@touchbee
Copy link
Author

@zhangxiaolian1991 Thanks!

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