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

UICountingLabel/UICountingLabel.h fie not found on master branch #109

Closed
ghost opened this issue Oct 13, 2014 · 8 comments
Closed

UICountingLabel/UICountingLabel.h fie not found on master branch #109

ghost opened this issue Oct 13, 2014 · 8 comments

Comments

@ghost
Copy link

ghost commented Oct 13, 2014

git clone https://github.com/kevinzhow/PNChart.git

1、
pod update
XCode6 open PNChartDemo.xcworkspace
command+b
XCode6 reminder me that UICountingLabel/UICountingLabel.h fie not found

2、
add source 'https://github.com/CocoaPods/Specs.git' to the top of Podfile:
pod uopate
XCode6 open PNChartDemo.xcworkspace
command+b
XCode6 still reminder me that UICountingLabel/UICountingLabel.h fie not found

@dasilvans
Copy link

I have the same issue. I don t have a explanation, but in project´s configurations changed the "configuration set" of "PNChartDemoTests" to Pod and start too work.

@Tr736
Copy link

Tr736 commented Oct 20, 2014

i downloaded UICountingLabel to proj dir and worked

@kevinzhow
Copy link
Owner

you may need run pod install.

@yimingtang
Copy link
Contributor

Yes, I ran the command pod install as usual. However, Xcode told me that it couldn't find the header file. It may be a header search path problem, I guess.

Here's my environment:

  • OS X 10.10 beta 6
  • Xcode 6.1
  • CocoaPods 0.34.4

xx

@kevinzhow
Copy link
Owner

please check whether there is UICountingLabel in PNChartDemo.xcworkspace Pods project

@yimingtang
Copy link
Contributor

@kevinzhow Sure. Can you build the latest demo app on your own machine?

@yimingtang
Copy link
Contributor

Kevin, I know where the problem is. You forgot to set the configuration of the demo project (or target), which made the PNChartDemoTests fail during compiling.

Configuration Set

@yimingtang
Copy link
Contributor

❤️ Thanks.

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

4 participants