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

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 #26

Open
wateddu23 opened this issue Jan 2, 2021 · 5 comments

Comments

@wateddu23
Copy link

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!

@enhuichang
Copy link

Hi I got same problem in M1

@adesamp
Copy link

adesamp commented Mar 23, 2021

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

@nihajal
Copy link

nihajal commented May 15, 2021

pls add

use_frameworks!

in pod file

Screenshot 2021-05-15 at 11 06 36 AM

@Gokul-7-7
Copy link

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.

@cmryrdm
Copy link

cmryrdm commented Sep 19, 2023

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

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

6 participants