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

Error when importing in a Swift Project #37

Closed
altagir opened this issue May 3, 2019 · 3 comments
Closed

Error when importing in a Swift Project #37

altagir opened this issue May 3, 2019 · 3 comments
Assignees

Comments

@altagir
Copy link

altagir commented May 3, 2019

Errors when importing the pod in a swift project, I had to manually fix your Pod

PopMenu.m:11:9: error: 'XHRealTimeBlur.h' file not found with <angled> include; use "quotes" instead
PopMenu.m:11:9: error: 'XHRealTimeBlur.h' file not found with <angled> include; use "quotes" instead
MenuButton.m:10:9: error: 'POP.h' file not found with <angled> include; use "quotes" instead
#import <POP.h>

-> please remove <> and replace with ""

@CaliCastle CaliCastle self-assigned this May 3, 2019
@CaliCastle
Copy link
Owner

Will work on a fix soon, thanks!

@altagir altagir closed this as completed May 3, 2019
@altagir altagir reopened this May 3, 2019
@altagir
Copy link
Author

altagir commented May 3, 2019

actually it was unrelated (used PopMenu instead of NewPopMenu)
Thanks :)

@altagir altagir closed this as completed May 3, 2019
@CaliCastle
Copy link
Owner

Ah, that explains it, thanks for using PopMenu!

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