Top "Dylib" questions

Xcode Dynamic Library file extension

ld: library not found for -lz.1.2.3

When trying to compile the software for iOS 5, XCode 4.2 throws an error: ld: library not found for -lz.1.2.3 I found …

objective-c ios dylib
ld: building for iOS Simulator, but linking against dylib?

I'm having a issue compiling my app for Simulator. In the device runs perfectly but once I tried it to …

ios xcode ios-simulator dylib xctest
dyld: Library not loaded error when running command in terminal

When running some commands in the terminal, I get the following error message dyld: Library not loaded: /opt/local/lib/…

macos terminal osx-snow-leopard dylib
how to make python load dylib on osx

Trying to load a shared lib out of the current '.' dir in a unit test on osx. What …

python macos dylib
linking and using a C++ library with an Objective-C application

I'm writing a graphical application using Objective-C for the front end and C++ for the graphics processing and network communication. …

c++ objective-c xcode linker dylib
dyld not loaded Reason: image not found libopencv_core.2.4.dylib

I'm still quite new to Objective C and Xcode, but I just finished a small app that uses the openCV …

xcode opencv dylib
Handling "dyld: lazy symbol binding failed: Symbol not found" error when nm does not find symbol

I have a fat (32- and 64-bit) Intel binary called myBinary that fails to run on another workstation running Mac …

macos gcc osx-mountain-lion dylib libstdc++
dlopen() error image not found

I have software that first loads a .dylib lets call libFirst.dylib using the following command: void* handle = dlopen(path.…

dylib dlopen dynamic-library
git command-line on Mac OS error "dyld: Symbol not found: ___strlcpy_chk"

I installed git on Mac os, when i try to create a new repository with git init, i get this …

git macos osx-snow-leopard dylib versions
dylib @executable_path path issue in a plug-in bundle

I am developing a plug-in bundle, say MyPlugIn.bundle for an application, say BigApp.app. This bundle requires a dylib, …

xcode plugins dylib install-name-tool