Xcode Dynamic Library file extension

learn more… | top users | synonyms

2
votes
0answers
57 views

How to break inside the constructor of a dylib with gdb on iOS, along with ASLR?

Scene: I was trying to reverse engineer a mobile substrate dylib. Via IDA, the dylib called MSHookFunction() inside the constructor, and the arguments were from dlopen and dlsym. IDA failed to show ...
0
votes
1answer
22 views

MacOs X dynamic library incorrect work in Delphi XE3 project

I have created simple ObjectiveC dynamic library with one function NSString* DateTimeToString(NSDate* dt) { NSDateFormatter *formatter = [[NSDateFormatter alloc] init]; [formatter ...
0
votes
0answers
78 views

Run app as root

I have an iPhone jailbroken and use the Xcode 4.6.1 ,SDK 6.1. I use the http://exilesofthardware.blogspot.com/2013/01/ios-run-application-with-root-privileges.html & test a very simple demo that ...
0
votes
0answers
21 views

How will having a link to libgcc_s.1.dylib from two sources break things?

I am building a binary with MacPorts GCC 4.7.2+universal on a Mac OS X 10.8.3 host running Xcode 4.6.2. I am targeting the build for Mac OS X 10.5-10.8 hosts by using the compilation flag: ...
0
votes
0answers
71 views

Mac Os X filed to load dylib library (Gstreamer SDK)

Good day i start porting my application om Mac OS(10.8), i install Gstreamer SDK link needed libs and include files, code here: find_path(GLIB_INCLUDE_DIR NAMES glib.h HINTS ...
0
votes
0answers
44 views

Linking OS X command line tool to dylib

I've seen many questions here on SO and I tried many of the suggestions. However, I didn't come to a solution just yet. I just wanted to create a dynamic library (.dylib) consisting of only one .c ...
2
votes
1answer
75 views

Is there any way to change the dynamic library search path in Xcode

Below is my scenario, In my Application i had to make use of libopus library , i downloaded and install, compile --> install procedure is normal as its for any other open source library, I linked ...
0
votes
1answer
25 views

Running .app by double click on it and linking dylibs

Could someone tell me how to launch(run) .app(mac executable) by directly double clicking on it without running through xcode.And I tried with cocoa application, how to link or load depedendent dylibs ...
4
votes
2answers
395 views

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 OS X 10.8.2: $ myBinary dyld: lazy symbol binding failed: Symbol not found: ...
2
votes
1answer
120 views

Compile with header in dylib

I'm trying to make a library and want to copy the header file to the dylib, but when I put libAC.h in libAC_FILES, I get this error when I compile *** No rule to make target ...
0
votes
1answer
38 views

Accesing to /usr/local/lib through Xcode 4

I am trying to use OpenCV within Xcode. I was following this thread but OpenCV's dylib are in /usr/local/lib and not in /opt/local/lib is there a way to see the first path within Xcode? Should I ...
1
vote
1answer
83 views

how to create libhidapi.dylib from source?

I have ongoing cross platform project (Win and Mac) where I need to access USB device. I have found HIDAPI library that perfectly fits all my requirements. Since there is no Delphi Firemonkey wrapper ...
0
votes
1answer
104 views

Embed dylib in Xamarin.Mac binding dll

I'm creating bindings for Xamarin.Mac / MonoMac. I'd like to embed the dylib in the generated dll like it's done on Xamarin.iOS with the [LinkWith] attribute. Is it possible to do that ? if so how ? ...
0
votes
0answers
47 views

Using FreeImage with Xcode

I'm writing an application in which I want to use free image to load files. I am on MacOSX 10.8.2 and I am using the mac ports version of free image. I had it working, but when I tried putting it on ...
1
vote
1answer
56 views

how can i tell which dylibs are loaded when debugging in Xcode?

I'm having some trouble with a particular library and I'm trying to test if an older version will fix my issue. The library is dynamically linked using dylib files stored near the .app file. These ...
1
vote
1answer
56 views

debug disassembled dylib with hopper?

Is there a way to connect gdb to hopper, then load a dylyb that is loaded by an app and then run the app while stepping through the dylib code? is there a way to do this?
2
votes
0answers
51 views

Is is possible to load QT dependant library (dylib) in MonoMac and how to do it?

Hi friends at Stackoverflow, I need to create a [dllImport] and some extern functions in a MonoMac project (C#). I added the library to the latest version of MonoDevelop with the "Add Native ...
1
vote
0answers
28 views

Segfault on loading a dylib with a constructor - only in Release builds

I'm writing a dynamic library in Objective-C, and recently I started experiencing a very strange issue, where loading the dylib triggers a segfault crash as soon as it's loaded. The trouble is, this ...
1
vote
1answer
67 views

Making framework private with install_name_tool being ignored

I have written a simple application using the GPhoto2 Framework, and this works so long as the framework is in the location where it was originally compiled. I would like to move this inside the app ...
1
vote
1answer
214 views

How to set dyld_library_path in Xcode

I am new to Xcode and Mac environment. I am using some dynamic and static libraries like boost, Clucene, etc. I have all the libraries under MyApp.app/Contents/Resources I want to set this path ...
0
votes
2answers
109 views

How to get dylib version information which are in a directory

I wanted to get the dylib version. I've a dylib path for which I wanted to get the version number. I've tried "otool -L" command and it's giving me the proper output but as per the requirements I ...
0
votes
0answers
52 views

Xcode is Crash while application is being upload to App Store

I recent use Xcode 4.6(But it also crash in another Xcode Version) on Mac OS X lion 10.7.5 And I have run these command in terminal $sudo cp /usr/lib/libc++abi.dylib /usr/lib/libc++abi.dylib.orig ...
0
votes
1answer
70 views

dylib or executable export list

I am writing a plugins subsystem and one of the ideas is to iterate through a dylib (or at least current global scope) exported functions. I know there are other ways, just really want to give this ...
2
votes
2answers
170 views

theos libxml2: No such file or directory

I'm use theos write a tweak and need use libxml2. I had add LDFLAGS like this: widget_INSTALL_PATH = /Library/WeeLoader/Plugins/ widget_FRAMEWORKS = UIKit CoreGraphics widget_LDFLAGS = -lxml2 the ...
0
votes
1answer
204 views

Using dynamic library loaded by LC_LOAD_DYLIB to interpose C functions

Firstly, what I want to do is to intercept an arbitrary standard C function (like fopen, read, write, malloc, ...) of an iOS application. I have a libtest.dylib with this code: typedef struct ...
1
vote
1answer
83 views

Xcode command line tools doesn't see .dylib files

In terminal i've installed cmake and build OpenCV. When i'm typing ls /usr/local/lib i've got a lot of files .dylib I have to link the .dylib files provided by OpenCV into project I need to link ...
0
votes
0answers
34 views

Loading Dylib on mac returns error

I am have a program which is trying to open a .dylib file (which is clearly in my system-I checked the location) .However I am getting the error which says cannot find the dylib (basically dlopen ...
2
votes
1answer
116 views

Creating .dylib from C Source Code At the Command Line

Context: I have downloaded the source code for "Discount", which is a simple C program. The code is online here: http://www.pell.portland.or.us/~orc/Code/discount/ What I Need: I want to turn this ...
0
votes
1answer
71 views

Copy .dylib library from one xcode project to another

So I have one Xcode project that I downloaded that comes with a ~.dylib file and a folder titled 'include' that comes with all the files for that library. What I want to do is copy these files into ...
0
votes
0answers
94 views

How to build ffmbc with static libraries on Mac

I can build ffmbc (similar to ffmpeg) and it runs fine from the terminal. But, when I try to run it from MAMP it loads different dynamic libraries and crashes. What I would really like to do is have ...
0
votes
0answers
16 views

how to make the dynamic lib used in the static lib been automatically been added in the target

I'm building a static lib which used the libsqlite3.dylib, but when the project used my static lib it will compile error as it not add the libsqlite3.dylib, is there any way to make the project that ...
3
votes
2answers
269 views

Including custom dll and dylib in MonoMac app

Background: My MonoMac app uses a custom build of sqlite3.0.8.6.dylib. I need the exact steps to have MyApp.app use this dylib. Here are some steps I took: Copied the dylib to ...
0
votes
0answers
92 views

Create and link a .dylib in Xcode in C

I'm stuck with a problem. Well, I want to create my own dylib file, and inside of it write some methods, etc. You know, just a normal library. Ok, so I opened Xcode, New project, and I selected ...
0
votes
1answer
60 views

strange crash on osx lion possibly due to bad symbol lookup

I have a c++ app running on OS/X Lion which crashes in a call to glIsBuffer(0). The XCode 4.5 stack trace states: error: address doesn't contain a section that points to a section in a object file ...
0
votes
1answer
124 views

Updating a dylib to reference correct versions of other dylibs (Homebrew)

I'm trying to build a program that uses QT and OpenCV. It compiles correctly, but when I run the application I get: Starting /Users/Me/MyApp/Contents/MacOS/Foo... dyld: Library not loaded: ...
1
vote
2answers
290 views

detect iOS dylib (jailbreak)

Is there an elegant way (Objective C or C) for my app (jailbroken iOS) to check whether a specific dynamic library is available or not in iOS, other than checking if the actual dylib file exists at a ...
0
votes
1answer
57 views

Can I build a .dylib including some other .dylib symbol (in C)?

i'm trying for some purpose to create a .dylib including other .dylib symbol ex : I have libA.dylib et libB.dylib and i want to make libcore.dylib including libA and libB symbol I know that I can ...
1
vote
2answers
367 views

Unzip files using libz.dylib

I am creating an application which unizp the files, after googling I found that we can use libz.dylib which is already available in Cocoa touch. What is strange to me that , I am not able to find any ...
1
vote
1answer
131 views

Add runtime library search paths to pre built binary

I'm trying to package a pre built binary into a Mac OS application bundle and I need to change the dylib and framework search paths for the executable. Unfortunately I can't rebuild the binaries at ...
0
votes
1answer
89 views

Error with dlopen

i'm loading dynamic lib (in python via ctypes) and get such error: OSError: dlopen(mlib.dylib, 6): Symbol not found: _NSLocalizedDescriptionKey Referenced from: /Users/abc/work/as/mlib.dylib ...
0
votes
2answers
63 views

Error when making dynamic lib from .o

I'm trying to make dynamic lib from set of .o files, but when i do gcc -dynamiclib -current_version 1.0 mymod.o -o mylib.dylib or ld *.o -o mylib.dylib i get a lot of errors like: ...
-1
votes
1answer
172 views

How to build dylib in XCode?

I have a library in source code, it builds in .a static library, but i need .dylib. So, i choose Mach-O-Type in "Build Settings" as "Dynamic Library", but get error: ...
0
votes
1answer
150 views

dyld: Library not loaded when build to iphone 4

I am using a third-party library,say: libABC.dylib I want use the dylib in an open source application,and want to install into my iphone 4,with ios 6,without jailbroken. On doing a $ otool -L ...
0
votes
0answers
978 views

brew doctor: Warning: Unbrewed dylibs were found in /usr/local/lib

running brew doctor gives me this: Warning: Unbrewed dylibs were found in /usr/local/lib. If you didn't put them there on purpose they could cause problems when building Homebrew ...
2
votes
0answers
128 views

link to dylib in xcode 4

might be a stupid question but... i'm trying to use libxar inside my xcode4 project and get the famous "undefined symbols for architecture" error, no matter what arch i choose for building, e.g.: ...
0
votes
1answer
63 views

Check if boost is used in a binary

I'm having problems writing a plugin as a dylib for a poorly documented application on osx and I'm wondering if its because of a missmatch in boost libraries used in my .dylib and the application. ...
2
votes
0answers
392 views

dyld: Library not loaded: libboost_system.dylib

Yet another dyld: Library not loaded dylib problem.. I've got a dylib (libboost_system.dylib) compiled from the Boost sources, then used install-name-tool to prepare it for inclusion in the ...
1
vote
0answers
192 views

setting up xcode4.5 to reference other dylibs

I am new to xcode IDE and having difficulty referencing dylibs. I am trying to call Matlab runtime initialization function by linking to libmwmclmrt.7.16.dylib and I added that in Build Phases->Link ...
1
vote
1answer
87 views

“dylib loader is 6.x == 0” error when deploying to a jailbroken iPhone running 5.1.1

XCODE 4.5.1 iPhone 4s 5.1.1 (9B206) I have all of the iOS development certificates and provisioning profiles and the app works. It works fine when deploying to another iPhone (same model and version ...
0
votes
2answers
2k views

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 libopencv_core.2.4.2.dylib. When I went to open the final built app on another machine, OS X threw ...

1 2 3 4 5