MBCircularProgressBar icon indicating copy to clipboard operation
MBCircularProgressBar copied to clipboard

Xcode 9 ibdesignable issue

Open feemi opened this issue 8 years ago • 15 comments

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'

feemi avatar Aug 31 '17 10:08 feemi

+1

adrianod1as avatar Oct 11 '17 12:10 adrianod1as

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

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

adrianod1as avatar Oct 27 '17 13:10 adrianod1as

@MatiBot +1

Jaspur avatar Nov 17 '17 19:11 Jaspur

I will fix that soon, stay tuned

MatiBot avatar Dec 13 '17 18:12 MatiBot

Any update?

honkmaster avatar Feb 28 '18 09:02 honkmaster

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

nickdnk avatar Apr 09 '18 23:04 nickdnk

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

hopstad avatar Apr 18 '18 07:04 hopstad

Any solution to this?

JonElster avatar May 16 '18 14:05 JonElster

+1

mvselegenenko avatar May 25 '18 12:05 mvselegenenko

?

JonElster avatar May 25 '18 15:05 JonElster

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

Jaspur avatar May 25 '18 15:05 Jaspur

thx

JonElster avatar May 25 '18 15:05 JonElster

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

martindill avatar Jun 08 '18 01:06 martindill

Hi, Any Updates?

Evyasafmordechai avatar Sep 12 '18 08:09 Evyasafmordechai

Delete the derived data to get it working again.

rom4in avatar Nov 30 '19 20:11 rom4in