-
Notifications
You must be signed in to change notification settings - Fork 77
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
Could not find ANImageBitmapRep.h #38
Comments
Maybe someone else can comment on this - I haven't used CocoaPods. I am thinking about making another open-source project as an example of rscolorpicker usage, so I'll probably start poking around CocoaPods then. Not sure if/when I'll get to that though, sorry. /cc @dennisreimann |
Ok, I'll try to import the library manually into my project. Thank you for your fast answer :) |
Thought I'd check in; did that work for you? |
Yep! I imported the library manually and now it works. On 13 Dec 2013, at 23:03, Ryan notifications@github.com wrote:
|
When I import this framework into my project using CocoaPods, in file RSColorPickerView.h Xcode seems that can't find the file ANImageBitmapRep.h
The error is:
(project directory)/Pods/Headers/RSColorPicker/RSColorPickerView.h:12:9: 'ANImageBitmapRep.h' file not found
I use Xcode 5.0.1 on Mavericks, testing on iOS 7.0.3 (64-bit)
The text was updated successfully, but these errors were encountered: