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

Compilation error after Dropbox 3.1.1 #25

Closed
andygeers opened this issue Oct 23, 2014 · 3 comments
Closed

Compilation error after Dropbox 3.1.1 #25

andygeers opened this issue Oct 23, 2014 · 3 comments

Comments

@andygeers
Copy link
Contributor

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?
@daikini
Copy link
Member

daikini commented Oct 23, 2014

Updated in e62b826. I'm by no means a Cocoapods expert. Not sure how to make it dynamically use the correct path.

@rnatalie
Copy link

Thanks, this one had me pulling my hair out. I thought it was a XCode 6 interaction but it's just a bug in the this pod.

@daikini
Copy link
Member

daikini commented Oct 24, 2014

I've pushed the updated pod spec.

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