RSully / RSColorPicker

iOS color picker view with brightness control, opacity control, and delegation support.
Other
302 stars 77 forks source link

Missing files in CocoaPods #76

Closed IvanChan closed 9 years ago

IvanChan commented 9 years ago

I downloaded the source code for my project and works perfectly, but when I change to use cocoapods, I found that 'RSBrightnessSlider' is MISSING!

One more problem, there is a build error, and its NOT the same with the source code, so I think you might forgot to update the pod?

Error private header:

#import "ANImageBitmapRep.h"
RSully commented 9 years ago

The brightness slider is not part of the public API. It is only included for the example app and is not recommended to be used.

The ANImageBitmapRep.h file should not cause any problems. The podspec specifies the correct directory which includes it. If you are still having problems let me know and I will test it. Please include your iOS SDK and Xcode versions.

IvanChan commented 9 years ago

In cocoapods version, ANImageBitmapRep.h is included in RSColorPickerView.h .

That is not the same with the source code here(ANImageBitmapRep.h NOT included ).

RSully commented 9 years ago

The podspec I maintain is located here: https://github.com/RSully/RSColorPicker/blob/master/RSColorPicker.podspec

The one located in the CocoaPods/Specs repo appears quite out of date. I do not maintain that.