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

Swift pod 安装有问题 #14

Open
googlb opened this issue May 19, 2016 · 5 comments
Open

Swift pod 安装有问题 #14

googlb opened this issue May 19, 2016 · 5 comments

Comments

@googlb
Copy link

googlb commented May 19, 2016

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

@xhzengAIB
Copy link
Owner

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

Jack

在 2016年5月19日,下午2:09,Brody notifications@github.com 写道:

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 #14

@googlb
Copy link
Author

googlb commented May 21, 2016

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

@xhzengAIB
Copy link
Owner

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

我就不修改了,ok不?

Jack

在 2016年5月21日,下午2:43,Brody notifications@github.com 写道:

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 #14 (comment)

@googlb
Copy link
Author

googlb commented May 26, 2016

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

@devjia
Copy link

devjia commented Aug 2, 2016

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

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

3 participants