Top "Dyld" questions

dyld, the Dynamic Link Editor, is the binary loader for Darwin (Mac OS X). Questions about dyld typically involve shared libraries being unavailable at link-time, or unavailable at runtime.

What path does @loader_path resolve to?

I'm having a hard time understanding the absolute path that a @loader_path within a file refers to. user@local:~$ …

macos shared-libraries mach-o dyld otool
"dyld: could not load inserted library '/usr/lib/libgmalloc.dylib' because image not found"

When I run the app in Xcode IOS 6 beta 2 firmware on the device 8 Beta 2, I get the error message: "dyld: …

ios8 xcode6 dyld
dyld: Library not loaded: @rpath/libswiftAVFoundation.dylib Reason: image not found

I'm getting this error upon launch of my app. I am building under Xcode 9.0 (9A235) on MacOS High Sierra 10.13. I …

ios swift xcode9 dyld
Xcode 10.2 Failed to Run App on Simulator with iOS < 10

I was playing around with Xcode 10.2 since the update and when I try to run my app on ANY simulator …

ios xcode dyld xcode10.2
Error loading library in mac terminal

Anyone please help.. How can I fix the following error: dyld: Library not loaded: /usr/local/lib/libgdbm.4.dylib Referenced …

terminal dyld
Ruby -v dyld: Library not loaded: /usr/local/lib/libgmp.10.dylib

I've been trying to run a script in the terminal and every time I do I get: $ ruby directory.rb …

ruby dyld
dyld: Library not loaded different behavior for 6.0 simulator/6.0 device

My app runs fine on the iPhone 6.0 Simulator in Xcode, but when I try to run it on my 6.0 device, …

xcode cocoa-touch ios6 dyld ios-frameworks
How to set dylib search path OSX

I have a project in Xcode where I set DYLD_FALLBACK_LIBRARY_PATH in the environment variables pane to set …

macos linker cmake dyld rpath
Xcode10 - dyld: Library not loaded for pod installed in framework

I have a project with target frameworks. MainAppTarget FrameworkA FrameworkA is the only one to use a certain pod, hence …

swift frameworks cocoapods dyld xcode10.1
How to run an iOS app that causes runtime error for frameworks "code signature invalid"

Every time I try to run this application it builds OK and installs, but as soon as it runs, the …

ios swift macos keychain dyld