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

IBDesignables Error #914

Open
saitejapanditi67 opened this issue Apr 13, 2018 · 15 comments
Open

IBDesignables Error #914

saitejapanditi67 opened this issue Apr 13, 2018 · 15 comments

Comments

@saitejapanditi67
Copy link

error: IB Designables: Failed to render and update auto layout status for NewEventStep1View (VMT-Q0-O5m): dlopen(FSCalendar.framework, 1): no suitable image found. Did find: FSCalendar.framework: required code signature missing for 'FSCalendar.framework'

@saitejapanditi67 saitejapanditi67 changed the title IBDesignals Error IBDesignables Error Apr 13, 2018
@Rjmaurya13
Copy link

I am getting the same error.

@liufengting
Copy link

Failed to render and update auto layout status for LoginViewController (7ej-oF-PKC): dlopen(FSCalendar.framework, 1): no suitable image found. Did find:
FSCalendar.framework: required code signature missing for 'FSCalendar.framework'

@liufengting
Copy link

@saitejapanditi67 , @Rjmaurya13
use_frameworks!
try add this line or comment this line , pod install, command + shift + K, run again.

@IamBeginnerDeveloper
Copy link

I solved this error by using cocoapod 1.4.0
Cocoapod ver 1.5.0 may have bugs.
CocoaPods/CocoaPods#7606

This error annoyed me...

@xhidnoda
Copy link

same error.... i don't want use cocoapod 1.4.0. Any other help?

@WangGuibin
Copy link

是的 cocopods1.5.0 用IB_Design会有问题 , 解决办法是use_frameworks! 或者不要用pod管理 直接导入文件使用

@xhidnoda
Copy link

xhidnoda commented May 2, 2018

I use manually...

@anhhtbk
Copy link

anhhtbk commented May 9, 2018

I resolved this problem by add below to Podfile, and pod install again

post_install do |installer|
    installer.pods_project.build_configurations.each do |config|
        config.build_settings.delete('CODE_SIGNING_ALLOWED')
        config.build_settings.delete('CODE_SIGNING_REQUIRED')
    end
end

@saitejapanditi67
Copy link
Author

saitejapanditi67 commented May 12, 2018 via email

@imehn
Copy link

imehn commented May 12, 2018

Found this bug though try to install manually.

@anhhtbk's advice works!

@erentezeller
Copy link

XCode>Prefrences>Locations>click on arrow at Derived Data location & delete it.
Then close XCode.
run rm -rf ~/Library/Developer/Xcode/DerivedData at terminal.
Then open XCode

@kakubei
Copy link

kakubei commented Jul 31, 2018

I'm getting the same error also.

@soufianerafik
Copy link

Thank you @anhhtbk , that solved my problem.

@Rakshitha-M-Rodrigo
Copy link

@anhhtbk
Solution worked! Thanks xo 👍 😃

@WallabyStuff
Copy link

@anhhtbk your solution doesn't work with realmSwift. sad🥲

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