-
Notifications
You must be signed in to change notification settings - Fork 105
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
Pod does not build 'POP.h' file not found with <angled> includes; use "quotes" instead #15
Comments
It works for me. Did you run |
Yes. The pod is installed. My system has the pop pod installed for other targets in my workspace. Maybe that's why the compiler complains about all occurrences of Maybe my Podfile is incorrect. It looks like this:
|
|
If you need to include |
Ok. well I wish you hadn't closed this issue immediately because I changed my podfile and have the same error. Please be patient.
I get the same error. |
The configuration in the demo project works for me. It might be something specific to your cocoapods configuration. |
Found it. My Podfile has From the CocoaPods docs
So I guess that's why the compiler couldn't find the path for the imports. McAnimate currently supports static libraries but not dynamic frameworks? Can you add support for it? Maybe this is not the issue but other pods don't seem to cause issues with the |
Might take me a while to get to this but feel free to submit a PR for this fix if you get to it sooner. |
I doubt why we just don't change it to <pop/POP.h> |
I got the same error when i use 'use_frameworks!' in my Podfile. |
I also observe this error with |
Took me five minutes to fix #19, the fact this is still open after 5 months gives me very little confidence in this project. |
Are you including POP as a sub pod? Either way, it won't build for me using cocoapods and xcode 7.
I get this error:
Pod does not build 'POP.h' file not found with <angled> includes; use "quotes" instead
The text was updated successfully, but these errors were encountered: