Tagged 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.

learn more… | top users | synonyms

9
votes
2answers
315 views

How can I install a DYLD loader command that is not explicitly supported by ld?

On Mac OS X, binary executables in the DYLD format contain "loader commands" that instruct the library loading system how to handle the contents of the file. In particular, the loader command instruct ...
5
votes
6answers
8k views

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/UIKit.framework/UIKit Referenced from: ...
5
votes
3answers
4k views

How do I add a third party Framework to iPhone project?

I am trying to use the PLDatabase framework in my iPhone app. I've added the framework to my Xcode project. However, when I run my app, it crashes with the following error: dyld: Library not loaded: ...
4
votes
1answer
200 views

“Environment Variable is too long” in Xcode 4

I have a Xcode 4 project generated by cmake. When I build and try to debug on my iOS device (ipod/ipad) The gdb console prints such message: warning: Environment variable too long, skipping: ...
3
votes
1answer
3k views

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 that shared libraries at non-standard locations are found by the dynamic linker at program start. ...
3
votes
2answers
896 views

How to insert a LC_LOAD_DYLIB command into a Mach-O binary (OSX)

I'm looking to patch a piece of abandonware with some code. The software is carbon based, so I can not use an InputManager (at least, I do not think I can). My idea was to add a dylib reference to ...
2
votes
0answers
177 views

__dyld_dyld_fatal_error upon app startup

I get a __dyld_dyld_fatal_error when trying to run my app on an iOS3 device: dyld: Symbol not found: _OBJC_CLASS_$_NSBlockOperation Referenced from: /var/mobile/Application/....... Expected in: ...
2
votes
2answers
227 views

“Symbol not found” Crash while Testing Mac OS X 10.7-specific code on 10.6

I have an application that uses a few classes found only in 10.7 Lion. (For example, NSFileCoordinator.) When my application launches, it can use NSFileCoordinator to coordinate read access to the ...
2
votes
1answer
798 views

Xcode ios SDK - dyld: Symbol not found: _CFXMLNodeGetInfoPtr

I have a problem with xcode and ios development. Last year I decided to install xcode and ios sdks to learn how to build a ios app. All works fine. Time past and I decided to format my mac to install ...
2
votes
2answers
126 views

Problems with using setenv and then making the dlopen call

I am using setenv to set DYLD_LIBRARY_PATH so when I do a dlopen() it will have the correct paths to find my .dylib, but when I do the dlopen() it doesn't seem to search the paths that I added to ...
2
votes
3answers
448 views

Lazy symbol binding failed when linking C++ dynamic library

I'm writing a dylib in C++, but when I try to link it into my application, it gives me an error on execution: dyld: lazy symbol binding failed: Symbol not found: __ZN8Vector2DC1Ev Referenced from: ...
2
votes
1answer
3k views

Dyld: Library not Loaded Error Mac OS

Hoookay, So I know I'm about to get a dozen "load the lib dummy" answers to this, but here goes... junk.framework is exporting some objects of another project (junk.app) so I can use it on a ...
2
votes
1answer
1k views

Symbol Not Found, expected in Flat Namespace ObjC++

I've got probably what is a simple problem, but there's no informative errors or warnings during compile to alert me to what is going wrong. I've got a Objective-C++ app that includes a C++ main and ...
2
votes
3answers
116 views

What's the difference between starting a process from the dock vs. the command line on OS X

I'm debugging an issue on OS X that only occurs when the application is started from the dock. It does not happen when the app is started from the command line. What is the difference between the ...
2
votes
1answer
554 views

How to determine if an OS X dylib was linked with -flat_namespace

I have a third party OS X dylib that I'm using in my app and don't have easy access to its creator. I'd like to determine if it was linked with -flat_namespace. Is that possible? If so, how?
2
votes
2answers
1k views

dyld: Library not loaded - When app run from the command line

I face some difficulties when adding a framework to my project when i run an iPhone app from the command line. My final goal is to run applications tests from an automated build process. When i run ...
1
vote
1answer
69 views

EXC_BAD_INSTRUCTION after removing Linked Framework?

I was previously linking against the Growl framework in my application, but it has since been removed. It was deleted from the project, removed from all the Build Phases, and no use of the ...
1
vote
0answers
40 views

Overriding FSGetCatalogInfo via dlsym

I'm trying to get override the FSGetCatalogInfo function under OS X Lion 10.7 using DYLD_INSERT_LIBRARIES, and everything works correctly up to the point that I actually call the original ...
1
vote
1answer
252 views

App gives off __dyld_dyld_fatal_error on simulator, WORKING and FINE on device

I was scouring over stackoverflow and somehow unable to find the answer to my problem. My app builds and compiles just fine, but when i try to run it on the simulator, it throws a ...
1
vote
1answer
83 views

Get __TEXT and __DATA Dyld address mapping from within an executable

To find the dyld address mapping of __TEXT and __DATA for my mach-o executable I set the environment variable DYLD_PRINT_SEGMENTS=1. This logs on the console where in memory the executable is mapped. ...
1
vote
1answer
411 views

How do I solve a “dyld: Library not loaded:” error in Xcode 4 unit tests?

I have an Xcode 4 project, a Cocoa application with Spotlight, Core Data and unit tests. The app uses a custom framework named TBPluginManager I wrote to load bundles. I originally wrote the framework ...
1
vote
1answer
110 views

Problem while including custom framework in Project

I am trying to learn how to create custom frameworks and use them in a project in cocoa, so I began with a simple custom framework named - SimpleFramework. It contains one class with only one class ...
1
vote
1answer
575 views

Xcode Run Error dyld: Library not loaded: /System/Library/Frameworks/CoreGraphics.framework/CoreGraphics

tough one this. Recently I added another target to my iPhone project to run a command line tool to create the initial database. Since then, I started getting this error whilst running the iPhone ...
1
vote
2answers
506 views

Using DYLD interposing to interpose class functions

I have succesfully using dyld -macosx- to interpose standard C functions to a third party application, getting important information about the workarounds it does. But what I really need is to replace ...
1
vote
1answer
674 views

Dyld Symbol not Found Error

Here's my error. dyld: Symbol not found: __ZTIN8eqOsirix3ROIE Referenced from: /Users/slate/Documents/osirixplugins/CoreDataTrial_EQOsirix/build/Development/rcOsirix.app/Contents/MacOS/rcOsirix ...
1
vote
3answers
174 views

Force gcc to use one linker over another

Lately I have been working on OS X. Things were going pretty peachy for a while until somehow ld got on my system and now gcc won't use dyld. Furthermore, all of my shared libraries are in *.dylib ...
1
vote
2answers
1k views

EXC_BREAKPOINT when starting iPhone app

A user of our app sent me the following crash log (already symbolicated): Incident Identifier: 59D4D5E7-570A-4047-A679-3016B2A226C4 CrashReporter Key: d8284d671ee22ad17511360ce73409ebfa8b84bb ...
1
vote
3answers
1k views

How to distribute a Mac OS X with dependent libraries?

I have a program (specifically my entry for the SO DevDays Countdown app challenge) which relies on several dynamic libraries, namely libSDL, libSDL_ttf, and others. I have these libraries installed ...
0
votes
0answers
8 views

How do I make frameworks only load my custom frameworks instead of the system frameworks?

I have custom built webkit that I add to my app bundle. I load this custom built webkit through my app. When I run on OSX Lion and you right click on a window within the app, the private framework ...
0
votes
1answer
20 views

How to infer imported method names from IOS Mach-O binary

When using a disassembler to analyze IOS binaries (Mach-O) files, I see that method names are annotated for functions in external libraries, even for C-style function calls in release binaries. I ...
0
votes
0answers
28 views

Add load command to mach-o binary

Is it possible to add an LC_LOAD_DYLIB to a binary? There has been protection against DYLD_INSERT_LIBRARIES being used so I need another to load a dylib into an app
0
votes
0answers
13 views

Issue in including framework into project

I am developing an application for MAC . For that , I have made a custom framework which I have included in my application (using the option provided in Xcode). But when I run my application , it ...
0
votes
1answer
56 views

Call to a function pointer results in a segfault?

For some reason the following code causes a SIGSEGV when I try to call CFShow_New: The typedef: typedef void* (*CFShow_XX)(CFTypeRef lol); The actual code: ImageLoaderMachO* loader = ...
0
votes
0answers
51 views

XQuartz dynamic loading error

I updated XQuartz, and now it doesn't load, complaining that: Dyld Error Message: Library not loaded: /opt/X11/lib/libfreetype.6.dylib Referenced from: ...
0
votes
0answers
87 views

Connect to mysql from node.js app, error: “dyld: lazy symbol binding failed: Symbol not found: _mysql_init”

I use OSX 10.6.8 and MySQL from XAMPP. When I run this node.js app (app.js): var mysql = require('mysql-libmysqlclient'); var conn = mysql.createConnectionSync(); conn.connectSync('127.0.0.1', ...
0
votes
1answer
97 views

Library not loaded: ../../Bin/Release/libXnVNite_1_4_0.dylib

When i'm making a project with openni. And have a problem when i make my makefile. Starting /Users/olivierjanssens/Documents/ICT/Master/Thesis/Code/mysuperdemo/qtcreator- build/mysuperdemo... dyld: ...
0
votes
0answers
40 views

Inject a custom framework in a process on iOS (PoC)

The environment is a jailbroken iPhone 4. Let's say we have a binary which needs the CustomFramework.framework, but this framework is not in the dyld_shared_cache, so dyld won't be able to find it. I ...
0
votes
1answer
56 views

How to detect if a dyld-ed symbol exists?

Is there a common way to detect if a symbol exists or not? Like CGPathCreateCopyByStrokingPath() in iOS5, which is only available on iOS5 and later. If I compile and run apps using this routine on iOS ...
0
votes
1answer
104 views

Can't load Qt jpeg plugin in Mac OS X plugin - @rpath

My Mac OS X plugin includes some frameworks that use Qt. These frameworks create a UI that displays jpegs using Qt's jpeg plugin dylib. I use install_name_tool to set @rpath in my plugin so that it ...
0
votes
0answers
159 views

-rpath in makefile for mac os 'dyld: Library not loaded'

I use -rpath to link dynamic librarys in the makefile of the project. The line is looking like: LDFLAGS += -Wl,-rpath,/Users/myName/dev/boost/lib I have no problems while compiling but when I start ...
0
votes
0answers
56 views

Interpose OS X API in a plugin

I have an app that loads a CFPlugin, not a problem, using the Apple boiler plate code. The plugin has a bug - and its someone else's binary... The plugin makes some calls into an Apple System ...
0
votes
1answer
230 views

Any idea what's “dyld: Symbol not found: ___gcc_personality_sj0” when compiling iOS app?

My app crashes while loading dynamic library, which I don't explicitly request. Full crash: sharedlibrary apply-load-rules all dyld: Symbol not found: ___gcc_personality_sj0 Referenced from: ...
0
votes
1answer
273 views

How to solve a “symbol dyld_stub_binder not found” error

I'm having problem building and running my app cause after an error message told me some plugin was missing. I googled the message and tried to add some files to my project (not longer sure what I ...
0
votes
2answers
438 views

Envrionmental Variables in info.plist don't work

I am using an info.plist in Xcode to set the Environmental Variables, DYLD_LIBRARY_PATH and DYLD_FRAMEWORK_PATH. I am setting DYLD_LIBRARY_PATH to ...
0
votes
1answer
248 views

Undefined symbols: __dyld_func_lookup for MacOSX 64-bit linking error in 10.6.7

I'm trying to compile a program that references __dyld_func_lookup. Everything compiles fine, indicating include files were able to find the function reference. However, upon the final linking, I get ...
0
votes
1answer
336 views

Example code given for curve fitting with Gnu Scientific Library wont run.

I am trying to use GSL for least square fitting, but I can't even make the example run properly. It compiles, but when running the program it gives the error dyld: lazy symbol binding failed: ...
0
votes
1answer
164 views

Datamapper do_postgres gem error: “dyld: lazy symbol binding failed: Symbol not found: _PQsetdbLogin”

I'm trying to run a Sinatra application with Datamapper and a Postgres db locally. I'm on Mac OS X 10.6.7 and ruby 1.9.2 and each time I launch the application, I get the following error: dyld: lazy ...
0
votes
1answer
261 views

dyld not able to load dylibs

I have a bunch of dylibs which i need to load at runtime from application bundle. I have noticed that if i put my dylibs in /usr/lib folder, then application is able to load it. I have gone thru ...
0
votes
1answer
509 views

OSX framework linking issues

I'm working on a private framework for OSX 10.6 which includes some command line tools as well as some dylibs. Now, the dylibs need to link against each other and the command line tools need to link ...
0
votes
1answer
342 views

iPhone application build fails with “dyld: Library not loaded: /System/[…]” error? Why?

For my own reasons and not for the app store I am referencing the Apple private framework Apple80211 in an iPhone app. I got the framework from an earlier version of the iPhone SDK. I added the ...

1 2