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

Could not find "Parcoa.h" when using CocoaPods 0.38.2 and use_frameworks! #34

Closed
TadeasKriz opened this issue Aug 2, 2015 · 1 comment

Comments

@TadeasKriz
Copy link

In the file Parcoa+ISSAdditions.h there is #import "Parcoa.h" which does not work with CocoaPods 0.38.2 and use_frameworks! directive. I managed to make it work by changing it to #import <Parcoa/Parcoa.h> but I'm not sure if this is the correct way.

@tolo
Copy link
Owner

tolo commented Aug 3, 2015

Ah, good catch, thanks. I believe that will fix the problem - I'll include this in a maintenance release shortly.

@tolo tolo closed this as completed in 691bc62 Aug 3, 2015
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

2 participants