MatiBot / MBCircularProgressBar

A circular, animatable & highly customizable progress bar from the Interface Builder (Objective-C)
https://www.cocoacontrols.com/controls/mbcircularprogressbar
MIT License
993 stars 179 forks source link

Xcode 9 ibdesignable issue #55

Open feemi opened 7 years ago

feemi commented 7 years ago

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 commented 6 years ago

+1

adrianod1as commented 6 years ago

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 commented 6 years ago

@MatiBot +1

MatiBot commented 6 years ago

I will fix that soon, stay tuned

honkmaster commented 6 years ago

Any update?

nickdnk commented 6 years ago

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

hopstad commented 6 years ago

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

JonElster commented 6 years ago

Any solution to this?

mvselegenenko commented 6 years ago

+1

JonElster commented 6 years ago

?

Jaspur commented 6 years ago

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

JonElster commented 6 years ago

thx

martindill commented 6 years ago

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 commented 5 years ago

Hi, Any Updates?

rom4in commented 4 years ago

Delete the derived data to get it working again.