CaliCastle / PopMenu

A fully customizable popup style menu for iOS 😎

Home Page:https://popmenu.cali.so

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Error when importing in a Swift Project

altagir opened this issue · comments

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 ""

Will work on a fix soon, thanks!

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

Ah, that explains it, thanks for using PopMenu!