I tried installing from scratch yesterday using Cocoapods, and I got a compilation error of the pod, saying it couldn't find the header "Dropbox/Dropbox.h". I fixed it with this commit: andygeers@9c0d293
- basically, the search path is hard coded to look at the 3.1.0 framework, whereas the dependency (defined as ~> 3.1.0) was actually pulling in the 3.1.1 framework.
Is there a more general way to define the search path so that it uses whatever framework actually gets installed?
I tried installing from scratch yesterday using Cocoapods, and I got a compilation error of the pod, saying it couldn't find the header "Dropbox/Dropbox.h". I fixed it with this commit: andygeers@9c0d293
Is there a more general way to define the search path so that it uses whatever framework actually gets installed?