Git Product home page Git Product logo

Comments (5)

xhzengAIB avatar xhzengAIB commented on August 16, 2024

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

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

from popmenu.

googlb avatar googlb commented on August 16, 2024

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

from popmenu.

xhzengAIB avatar xhzengAIB commented on August 16, 2024

太感谢这位朋友,你能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 #14 (comment)

from popmenu.

googlb avatar googlb commented on August 16, 2024

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

from popmenu.

devjia avatar devjia commented on August 16, 2024

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

from popmenu.

Related Issues (17)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.