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.

dyld: Library not loaded: @rpath/libswiftAVFoundation.dylib

I have just updated to Xcode 7 and swift 2 and finished fixing the errors that come with the transition. I finally …

macos avfoundation xcode7 dyld
How to resolve "dyld: Library not loaded: @executable_path.." error

I was trying to check the AWS-CLI version on my MAC OS X. And the below error hit back: dyld: …

python virtualenv dyld executable-path
install_name_tool to update a executable to search for dylib in Mac OS X

I have a dynamic libray libtest.dylib that is installed in /PATH/lib, and an execution binary, myapp, that uses …

macos path ld dylib dyld
How to set the runtime path (-rpath) of an executable with gcc under Mac OSX?

I want to set under Mac OSX the runtime path of an executable (for the linker) at compile time, such …

macos gcc linker shared-libraries dyld
Brew doctor: dyld: Library not loaded & Error: No available formula for zlib

When I brew doctor I get the following errors: dyld: Library not loaded: /usr/lib/libltdl.7.dylib Referenced from: /usr/…

zlib homebrew dylib dyld
Xcode 5.0.2 dyld: Library not loaded: @rpath/XCTest.framework/Versions/A/XCTest

I have problems running a project in Xcode 5.0.2 I get the following error: dyld: Library not loaded: @rpath/XCTest.framework/…

xcode dyld xctest
How to properly set run paths, search paths, and install names?

I have a collection of projects that I'm compiling as dynamic libraries. Each of these .dylibs depend on other various .…

xcode macos xcode4.2 dylib dyld
dyld: DYLD_ environment variables being ignored because main executable (/usr/bin/sudo) is setuid or setgid

since an update to 10.8 I get the following error, when trying to do a sudo command, which is pretty annoying. …

macos command-line sudo osx-mountain-lion dyld
qt mac osx 10.8 dyld: library not loaded...image not found

I have an app I was building and running fine under osx snow leopard with Qt 4.7.4, but that macbook died. …

macos qt dyld
dyld error: image not found

I got this error message while running my application on simulator. Dyld Error Message: Library not loaded: /System/Library/Frameworks/…

cocoa-touch linker shared-libraries dyld