zoonooz / ZFRippleButton

Custom UIButton effect inspired by Google Material Design
MIT License
1.41k stars 110 forks source link

Failed to render and updater auto layout status #28

Open sotrosh opened 7 years ago

sotrosh commented 7 years ago

Hi there,

I've gotten two errors below after updating to Xcode 8.2.1:

Main.storyboard: error: IB Designables: Failed to render and update auto layout status for ViewController (BYZ-38-t0r): dlopen(ZFRippleButton.framework, 1): no suitable image found. Did find: ZFRippleButton.framework: required code signature missing for 'ZFRippleButton.framework'

Main.storyboard: error: IB Designables: Failed to update auto layout status: dlopen(ZFRippleButton.framework, 1): no suitable image found. Did find: ZFRippleButton.framework: required code signature missing for 'ZFRippleButton.framework'

Not sure but maybe it's not related to new update of Xcode.

Thank you, Serhiy