CaliCastle / PopMenu

A fully customizable popup style menu for iOS 😎
https://popmenu.cali.so
MIT License
1.6k stars 179 forks source link

Error when importing in a Swift Project #37

Closed altagir closed 5 years ago

altagir commented 5 years ago

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 commented 5 years ago

Will work on a fix soon, thanks!

altagir commented 5 years ago

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

CaliCastle commented 5 years ago

Ah, that explains it, thanks for using PopMenu!