Tagged Questions

13
votes
1answer
2k views

Apple Mach-O linker (id) warning : building for MacOSX, but linking against dylib built for iOS

Starting from some point in the past xCode 4 in complaining about linker problems: ld: warning: building for MacOSX, but linking against dylib built for iOS: ...
6
votes
4answers
25k views

How do I create a dynamic library (dylib) with Xcode?

I'm building few command-line utilities in Xcode (plain C, no Cocoa). I want all of them to use my customized version of libpng, and I want to save space by sharing one copy of the library among all ...
3
votes
2answers
1k views

Apple Mach-O Linker (Id) Error PDColoredProgressView

I'm trying to use PDColoredProgressView from here. It was working, but for some reason, XCode decided it wasn't having it and throws up 27 Apple Mach-O Linker (Id) Errors. Huh? Can anyone decode this? ...
2
votes
1answer
545 views

Apple Mach-O Librarian (libtool) error with no specific error

I've had to deal with plenty of libtool errors previously, but I really don't know what to do with one that doesn't give me a hint. Here is the full error: Libtool ...
1
vote
1answer
154 views

Apple Mach-O linker (ld) error using freenect library

When trying to compile the following file in xcode: http://openkinect.org/wiki/C%2B%2BOpenCvExample I get these errors: Ld build/Debug/KinectOpenCV normal x86_64 cd ...
0
votes
1answer
25 views

Mach-O Error using drawGlossAndGradient()

Got this error: Undefined symbols for architecture i386: "_drawGlossAndGradient", referenced from: -[CustomHeader drawRect:] in CustomHeader.o ld: symbol(s) not found for architecture i386 clang: ...
0
votes
1answer
63 views

Which are the Mach-O files in my Xcode project?

Can anybody give me some examples of Mach-O files in an Xcode project, or any framework's Mach-O file?