hsousa / HCSStarRatingView

Simple star rating view for iOS written in Objective-C
MIT License
1.28k stars 196 forks source link

Ibdesignable not working correctly through Carthrage. #31

Closed phongleq closed 8 years ago

phongleq commented 8 years ago

There seems to be a issue when trying to preview the view with the framework using carthage. Mine fails to render and complains that the target is missing.

hsousa commented 8 years ago

I'm sorry, but I don't use Carthage (support was added via pull request). If you have any idea on how to fix with this feel free to either ping me to discuss or submit a PR.

Benuuu commented 8 years ago

I think I'm running into the same issue in my xib. The project is using Swift and Cocoapods.

FILENAME.xib: warning: IB Designables: Using class UIView for object with custom class because the class _TtC11DealerRater17HCSStarRatingView does not exist

My view's Identity Inspector Shows:

Custom Class:
    Class: HCSStarRatingView
    Module: Blank (aka. Current)

@phongleq are you seeing the same warning?

hsousa commented 8 years ago

Closing this as it's been dead for a while. Please reopen if you have feedback on this issue.