hsousa / HCSStarRatingView

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

IBDesignable not working properly #65

Open hlarcher opened 6 years ago

hlarcher commented 6 years ago

...storyboard: error: IB Designables: Failed to render and update auto layout status for ViewController (CvE-oC-4JB): Failed to load designables from path (null)

installing via pod this happens every time I try to use this class in interface builder and then everything disappears (doesnt render) from the view.

petrovRV commented 6 years ago
screen shot 2018-04-09 at 00 41 03

I've got the same problem.

hsousa commented 6 years ago

Did you add use_frameworks! do your podfile?

Aryal-Nischal commented 6 years ago

Yes use_frameworks! is enabled in podfile. Still receiving the issue mentioned by @petrovRV

bkvocka commented 6 years ago

Downgrading cocoapods to 1.4.0 fixed this problem.

paulja commented 6 years ago

Any further news on this? The error I receive is:

file:///.../blah.storyboard: error: IB Designables: Failed to render and update auto layout 
status for ItemController (zT7-9g-pf6): dlopen(HCSStarRatingView.framework, 
1): no suitable image found.  Did find:
    HCSStarRatingView.framework: required code signature 
        missing for 'HCSStarRatingView.framework'

Seems to be some kind of permissions/code signing issue?

ashishpisey commented 5 years ago

Any updates on this ?