Open RakeshCodeNinja opened 6 years ago
@rakeshios786, seems that problem can be in Xcode or in Xcode derived data in the particular
Try these solutions:
https://stackoverflow.com/questions/40110392/required-code-signature-missing-for-a-library https://forums.developer.apple.com/thread/66689 https://forums.developer.apple.com/thread/99986 https://stackoverflow.com/questions/40310514/ios-no-suitable-image-found-required-code-signature-missing?utm_medium=organic&utm_source=google_rich_qa&utm_campaign=google_rich_qa
@aleksandrshoshiashvili same error on xCode 9.4.1, I couldn't find the AwesomeTextFieldSwift.framework
file so I can't try the solutions that you sent.
The library also not supporting RTL (Right To Left) at all, I'v opened #16 about this problem.
My Xcode Version is: Version 9.3 (9E145) I install your library in my project. Whenever I am assigning your class to textfield its giving me the following error:
file:///Users/rakeshsharma/Desktop/MySampleDemo/testisue/testisue/Base.lproj/Main.storyboard: error: IB Designables: Failed to render and update auto layout status for ViewController (BYZ-38-t0r): dlopen(AwesomeTextFieldSwift.framework, 1): no suitable image found. Did find: AwesomeTextFieldSwift.framework: required code signature missing for 'AwesomeTextFieldSwift.framework'
I am very worried since 5 days. Please someone help me... I tried approximately all solutions available on stack-overflow but nothing worked for me...