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.
Questions tagged [dyld]
465 questions
0
votes
1 answer
libc++abi.dylib dyld error after updating xcode to 5.0
After updating XCode to 5.0 (in Mac OS X 10.8) I have encountered following issue:
dyld`dyld_fatal_error:
0x7fff5fc0109c: int3
0x7fff5fc0109d: nop
with debug message:
dyld: Symbol not found: __ZdlPv
Referenced from:…

ravyr
- 86
- 4
0
votes
1 answer
iPad 1 dyld Fatal Error
I am building an Xcode project with Unity3D to multiple devices. The app runs fine on an iPhone 3GS, iPhone 4, iPod Touch 5, and iPad 4.
Earlier builds ran fine on an iPad 1. However, the current build will not run on the iPad 1, showing the…

Abdulla
- 1,117
- 4
- 21
- 44
0
votes
0 answers
qt / creator: dyld: Library not loaded
Possible Duplicate:
Deploy Qt application on MAC
I've compiled a release version of my app through qt creator and it runs just fine on my macbook pro (10.8). However, trying to run this same application on my work computer (also 10.8) results in…

grep
- 3,986
- 7
- 45
- 67
0
votes
1 answer
Memory leak dyld dlopen
I am getting leak and I cannot detect from where this is happening. The stack trace does not give full info after dyld open. For few leaks I am not getting any stack trace info. All I get is only object memory address. Is anyone else facing the same…

imthi
- 4,798
- 1
- 22
- 24
0
votes
0 answers
distribute gcc 4.7 program with shared libraries on OS X
I've compiled a command-line tool against some C++ dynamic libraries using GCC 4.7 on Mac OS X 10.8. On the development system, the compiler was installed by MacPorts into /opt/local and the libraries reside in /usr/local/lib. The dynamic libraries…

Potatoswatter
- 134,909
- 25
- 265
- 421
0
votes
1 answer
dyld: Library not loaded error on Eclipse Nsight on Mac
I've installed Cuda 5.0 (Preproduction Release) on my iMac which has an NVIDIA GeForce 9400 Cuda-enabled GPU. Using the bundled Eclipse Nsight, I created a project and built it successfully. But, when I try to run it, Eclipse shows me this error…

Abdullah
- 1
- 2
0
votes
1 answer
Linking to Framework
I've a number of frameworks that I'm linking to my main project but for some reason, whenever I run the whole thing outside Xcode the executable cannot find the frameworks at all.
The frameworks have the dynamic installation path set to…

ruipacheco
- 15,025
- 19
- 82
- 138
-1
votes
1 answer
runtime error ‘symbol not found in flat namespace’ on macOS 12 but not macOS 10.15, with both Xcode and CMake builds
I have problems building an executable file for a simple disease-transmission model implemented in C++, using cmake under macOS Monterey (v12.6.1). When I build the executable file, I obtain the following error when I try running it:
dyld[5281]:…

AnnaMariaL
- 1
- 2
-1
votes
1 answer
dyld[8243]: Symbol not found: (_nghttp2_option_set_no_rfc9113_leading_and_trailing_ws_validation) while trying php -v. PHP not working in mac intel
My php is not wokring in mac intel. This is what I get when I run php -v
➜ ~ php -v
dyld[8243]: Symbol not found: (_nghttp2_option_set_no_rfc9113_leading_and_trailing_ws_validation)
Referenced from:…
-1
votes
1 answer
Error: pathname contains null byte on running Vim on newly upgraded macOS Mojave
I recently upgraded to macOS Mojave 10.14.1 and when using the native Terminal or iTerm, the vim command appeared to be broken. The error will look like
dudeOnMac:~ freddy$ vim file
dyld: Library not loaded:…

Inian
- 80,270
- 14
- 142
- 161
-1
votes
1 answer
Can't run app on anything but simulator
When I run my app on my device the app builds then crashes. I'm using swift 2, and I'm running it on an iPhone 6. It worked before but when I tried to add a save option it started crashing. I removed all references to the save option but it still…

Matthew Anderson
- 73
- 1
- 9
-1
votes
2 answers
Blank project in XCode 5 compilation error: Main.Storyboard red in Build Phases
I'm having big troubles compiling in XCode 5. First of all, I recently upgraded from Xcode 4 to XCode 5 and for some time had both versions intalled. I only have Xcode 5 now (trashed both versions and reinstalled XCode 5 again).
Creating a blank…

nathanBA
- 29
- 6
-1
votes
1 answer
this dyld: unknown required load command 0x80000022 error is killing me exclamation point goes here
I have a 2.2 mac Core 2 Duo - I think they call my mac Santa Rosa or something.
I've spent the last three months on App Inventor - after realizing I can't use admob or Airpush - I decided to start learning java.
I've been watching a set of 200…

Brendan Carr
- 24
- 9
-2
votes
0 answers
Fatal Error when running on iPad with XCWorkspace
When running my app that uses CocoaPods I am getting this fatal error:
dyld[2583]: Symbol not found: _$s9SwiftData15PersistentModelPAAE8getValue3forqd__s7KeyPathCyxqd__G_tSTRd__AaBRd_0_7ElementQyd__Rsd_0_r0_lF Referenced from:…

anish1
- 27
- 6
-3
votes
2 answers
Terminal crashes on start. How to get it back up?
I get this error when starting both iterm and terminal:
dyld: Library not loaded: /usr/local/lib/libgdbm.4.dylib
Referenced from: /usr/local/bin/zsh
Reason: image not found
As far as I am tell I am unable to enter any commands into the…

user1283776
- 19,640
- 49
- 136
- 276