I finally got it to work. I wiped all my keys on GitHub, created a new key and added to GitHub, then I had to use the command: carthage update --platform iOS --use-ssh.
Hi,
Could we use Carthage and Cocoapods at the same time in our project.
I am facing a hurdle for adding third party dependency library. Currently the library is only available in Carthage but my existing project is using Cocoapods as its dependency manager.
Any recommendation if i could use both Carthage and Cocoapods in the same project. I am feeling it might not be a good idea.
Thanks @animeshtirkey. I think there is no problem to use CocoaPods and Carthage at the same time. I’ve never tried it. Usually I tend to use only one dependency manager. Have you tried to use both?
@lorenzoboaro, thanks for this great tutorial! As the code is not integrated in the project, how to set some break points in it, or how can we integrate it in the project?