Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

error:required code signature missing #61

Closed
FahdSaif opened this issue Jul 23, 2018 · 1 comment
Closed

error:required code signature missing #61

FahdSaif opened this issue Jul 23, 2018 · 1 comment

Comments

@FahdSaif
Copy link

errorinib

Hi Nielsen and development team, we are working with IOS SWIFT 3.2 and xcode version 9.2, MacOS Sierra, and getting the error in the attached png file. Failed to render, required code signature missing. The program does compile and I am able to get the signature also correctly, but this error coming during the design time is really bothering me. Are we missing something important or very basic here?. Kindly assist please.Anyone who may have encountered this?. Thanks in advance.

@GJNilsen
Copy link
Owner

This is because somebody made a Cocoapod of this class. Its something I have strongly advised against, you should just download the class, and then add it to your project i stead of as a framework. That shit does just not work.

The simple solution: Delete the Cocoapod, and remove any trace of the YPDrawSignatureView.framework. Then clone this repo, or even simpler, just download the single file that contains the class, add it to your project, and you are done. No import statements, no dependencies, no build scripts or other crap. Keep it simple.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants