CLTypingLabel icon indicating copy to clipboard operation
CLTypingLabel copied to clipboard

error: IB Designables: Failed to render and update auto layout status for WelcomeViewController (Tim-3B-f4n): dlopen(CLTypingLabel.framework, 1): no suitable image found. Did find: CLTypingLabel.framework: mach-o, but wrong architecture

Open wateddu23 opened this issue 4 years ago • 5 comments

Hi everyone! I've just installed the last version of this wonderful pod but'I've found this error:

error: IB Designables: Failed to render and update auto layout status for WelcomeViewController (Tim-3B-f4n): dlopen(CLTypingLabel.framework, 1): no suitable image found. Did find: CLTypingLabel.framework: mach-o, but wrong architecture

the app run even if this error is red. All of this run on a new MacBook Pro 13" with M1 (maybe this is the cause). thanks for all the support!

wateddu23 avatar Jan 02 '21 10:01 wateddu23

Hi I got same problem in M1

enhuichang avatar Mar 05 '21 04:03 enhuichang

got same problem here

file:///Users/**********/Main.storyboard: error: IB Designables: Failed to render and update auto layout status for WelcomeViewController (Tim-3B-f4n): Failed to launch designables agent because tool was shutting down. Check the console for a more detailed description and please file a bug report at feedbackassistant.apple.com.

and the console printed this:

nw_protocol_get_quic_image_block_invoke dlopen libquic failed

its only error in xcode, but its safe to running

adesamp avatar Mar 23 '21 10:03 adesamp

pls add

use_frameworks!

in pod file

Screenshot 2021-05-15 at 11 06 36 AM

nihajal avatar May 15 '21 05:05 nihajal

Hi everyone! I've just installed the last version of this wonderful pod but'I've found this error:

error: IB Designables: Failed to render and update auto layout status for WelcomeViewController (Tim-3B-f4n): dlopen(CLTypingLabel.framework, 1): no suitable image found. Did find: CLTypingLabel.framework: mach-o, but wrong architecture

the app run even if this error is red. All of this run on a new MacBook Pro 13" with M1 (maybe this is the cause). thanks for all the support!

My MacBook got the same error but still it did build and run.

Gokul-7-7 avatar Jun 13 '21 19:06 Gokul-7-7

I had same problem with M1. followed instructions and solved with https://stackoverflow.com/questions/39732312/xcode-8-ib-designables-failed-to-render-and-update-auto-layout-status-the-a

cmryrdm avatar Sep 19 '23 14:09 cmryrdm