Skyscanner / SkyFloatingLabelTextField

A beautiful and flexible text field control implementation of "Float Label Pattern". Written in Swift.
Apache License 2.0
4.09k stars 540 forks source link

IBDesignable Issue at stoyboard (Prevents to do anything at storyboard) #212

Closed ghost closed 6 years ago

ghost commented 6 years ago

Report

What did you do?

I'm trying to edit anything within a storyboard that contains a SkyFloatinglabelTextField. Xcode shows screen shot 2018-06-08 at 12 28 36 Simulation.storyboard: error: IB Designables: Failed to render and update auto layout status for AddPaymentMethodViewController (XWG-HE-Wbe): dlopen(SkyFloatingLabelTextField.framework, 1): no suitable image found. Did find: SkyFloatingLabelTextField.framework: required code signature missing for 'SkyFloatingLabelTextField.framework'

What did you expect to happen?

Xcode regular behaviour (ability do edit storyboard)

What happened instead?

All views that contains a skyfloatinglabeltextfield has an empty view (see attachment)

Environment

Xcode Version: 9.4 SkyFloatingLabelTextField Version: 3.5.1 Deployment Target: 11 Base SDK: 11.4 Method of Integration: CocoaPods

Project that demonstrates the issue

tarikstafford commented 6 years ago

found the problem here: github/CocoaPods/CocoaPods#7606

k0nserv commented 6 years ago

Yeah this is covered in https://github.com/CocoaPods/CocoaPods/issues/7606 and https://github.com/Skyscanner/SkyFloatingLabelTextField/issues/201