You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: