cl7 / CLTypingLabel

iOS UILabel with character by character typing /typewriter animation
https://cocoapods.org/pods/CLTypingLabel
MIT License
330 stars 54 forks source link

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 3 years ago

wateddu23 commented 3 years ago

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

Hi I got same problem in M1

adesamp commented 3 years ago

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

pls add

use_frameworks!

in pod file

Screenshot 2021-05-15 at 11 06 36 AM
Gokul-7-7 commented 3 years ago

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 commented 1 year ago

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