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

Xcode 9 ibdesignable issue #55

Open
feemi opened this issue Aug 31, 2017 · 15 comments
Open

Xcode 9 ibdesignable issue #55

feemi opened this issue Aug 31, 2017 · 15 comments

Comments

@feemi
Copy link

feemi commented Aug 31, 2017

I can not use interface builder with component. it cause crash on it.

error: IB Designables: Failed to render and update auto layout status for ... (iN0-l3-epB): dlopen(MBCircularProgressBar.framework, 1): no suitable image found. Did find:
MBCircularProgressBar.framework: required code signature missing for 'MBCircularProgressBar.framework'

@adrianod1as
Copy link

+1

@adrianod1as
Copy link

Any news here? It is breaking the whole scene where it is used.

I think you guys should disable code signing in the project.

@Jaspur
Copy link

Jaspur commented Nov 17, 2017

@MatiBot +1

@MatiBot
Copy link
Owner

MatiBot commented Dec 13, 2017

I will fix that soon, stay tuned

@honkmaster
Copy link

Any update?

@nickdnk
Copy link

nickdnk commented Apr 9, 2018

I have this issue with other frameworks. Any idea how to fix it?

@hopstad
Copy link

hopstad commented Apr 18, 2018

Same problem like above. IBDesignables - Whats going on here? Happens to almost all of the frameworks i have tried - not only this.

@JonElster
Copy link

Any solution to this?

@mvselegenenko
Copy link

+1

@JonElster
Copy link

?

@Jaspur
Copy link

Jaspur commented May 25, 2018

@MatiBot found a fix already like you said you will 6 months back?

@JonElster
Copy link

thx

@martindill
Copy link

Solve this adding at the end of the pod file and execute pod install again:

Workaround for Cocoapods issue #7606

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

@Evyasafmordechai
Copy link

Hi,
Any Updates?

@rom4in
Copy link

rom4in commented Nov 30, 2019

Delete the derived data to get it working again.

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