MoZhouqi / KMPlaceholderTextView

A UITextView subclass that adds support for multiline placeholder written in Swift.
MIT License
805 stars 141 forks source link

Compiling has a error. #44

Closed XiaoJianXiaoXu closed 6 years ago

XiaoJianXiaoXu commented 6 years ago

I use the text view in storyboard named "Mine".And I have the other storyboard. It is normal if I didn't click the Mine storyboard. It will show a Error when I clicked Mine storyboard. It is bad. Error info: Failed to render and update auto layout status for SuggestionViewController (EBX-d9-iDK): dlopen(KMPlaceholderTextView.framework, 1): no suitable image found. Did find: KMPlaceholderTextView.framework: required code signature missing for 'KMPlaceholderTextView.framework'

XiaoJianXiaoXu commented 6 years ago

I can run the app normal. It always shows a error.

ElegyD commented 6 years ago

Seems to be a issue with CocoaPods. See here: https://github.com/CocoaPods/CocoaPods/issues/7606