Open feemi opened 7 years ago
+1
Any news here? It is breaking the whole scene where it is used.
I think you guys should disable code signing in the project.
@MatiBot +1
I will fix that soon, stay tuned
Any update?
I have this issue with other frameworks. Any idea how to fix it?
Same problem like above. IBDesignables - Whats going on here? Happens to almost all of the frameworks i have tried - not only this.
Any solution to this?
+1
?
@MatiBot found a fix already like you said you will 6 months back?
thx
Solve this adding at the end of the pod file and execute 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
Hi, Any Updates?
Delete the derived data to get it working again.
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'