PopMenu icon indicating copy to clipboard operation
PopMenu copied to clipboard

Swift pod 安装有问题

Open googlb opened this issue 8 years ago • 5 comments

PopMenu.m:11:9: 'XHRealTimeBlur.h' file not found with include; use "quotes" instead PopMenu.m:12:9: 'POP.h' file not found with include; use "quotes" instead MenuButton.m:10:9: 'POP.h' file not found with include; use "quotes" instead

googlb avatar May 19 '16 06:05 googlb

您好!我试试看看,给你带来麻烦,真的不好意思呀!

Jack

在 2016年5月19日,下午2:09,Brody [email protected] 写道:

PopMenu.m:11:9: 'XHRealTimeBlur.h' file not found with include; use "quotes" instead PopMenu.m:12:9: 'POP.h' file not found with include; use "quotes" instead MenuButton.m:10:9: 'POP.h' file not found with include; use "quotes" instead

— You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub https://github.com/xhzengAIB/PopMenu/issues/14

xhzengAIB avatar May 19 '16 09:05 xhzengAIB

Pod版本中的MenuButton.m文件里#import <POP.h> 路径的问题,修改成#import "POP.h"后就可以了。 PopMenu.m 文件里的 #import <XHRealTimeBlur.h> #import <POP.h> 修改为 #import "XHRealTimeBlur.h" #import "POP.h"

googlb avatar May 21 '16 06:05 googlb

太感谢这位朋友,你能PR到Github上嘛?

我就不修改了,ok不?

Jack

在 2016年5月21日,下午2:43,Brody [email protected] 写道:

Pod版本中的MenuButton.m文件里#import �路径的问题,修改成#import "POP.h"后就可以了。 PopMenu.m 文件里的 #import #import 修改为 #import "XHRealTimeBlur.h" #import "POP.h"

— You are receiving this because you commented. Reply to this email directly or view it on GitHub https://github.com/xhzengAIB/PopMenu/issues/14#issuecomment-220762232

xhzengAIB avatar May 25 '16 02:05 xhzengAIB

你好,我从你Github上面下载来的代码里面运行都是正确的,你代码里import这几个头文件的方式也是跟我说的是一样的,所以你Github上面的代码没有问题,但是当我通过pod安装到工程里面的时间,发现pod安装的版本里面就存在这个问题,所以只能你确认一下Pod中你提交的版本可能不是你github中最新的版本,你能重新提交一份github中最新的版本到pod中吗

googlb avatar May 26 '16 07:05 googlb

Objc项目, Cocoapods 版本 1.0.1 , PopMenu版本2.4, Podfile use_frameworks! 仍然出现POP.h等文件<>包含和""包含问题. 是否因为PopMenu 2.4版本有问题?

devjia avatar Aug 02 '16 10:08 devjia