mattt/CargoBay

How use pod with AFNetworking allready used by workspace?

haaakon opened this issue · 2 comments

I have installed the pod 'CargoBay', '~> 0.3.3', and i'm allready using AFNetworking in the project. Does not compile after pod install.

readme.md should be updated with how to install with and without allready using AFNetworking pod.

Sorry you're having problems with installation. This is more to do with CocoaPods rather than CargoBay or AFNetworking, so I would encourage you to go there to learn more about dependency management.

Thanks for the reply. I managed to work it out.
As a note, vould it be an idea to add a short installation toturial to the readme file?