Top "Mach-o" questions

Executable file format utilized by Darwin.

Linker command error: 'ld: symbol(s) not found for architecture i386'

I have an error at compile time. Seems to be weird. it worked as detail view application, but using single …

ios xcode compiler-errors mach-o
Apple Mach-O Linker errors and I don't know what to do

I cannot compile my project for the device or simulator anymore. I get 13 Apple Mach-O-Linker errors. It all started after …

ios xcode ios5 xcode4 mach-o
Apple Mach-O Linker (Id) error

Got this error for the first time, I have looked around and cannot find a solution to help me, I …

iphone ios linker mach-o
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 …

xcode linker shared-libraries dylib mach-o
Xcode gives Apple Mach-O linker error

I just compiled a project and Xcode returns these two errors which don't seem to be my code's fault. How …

ios objective-c linker-errors mach-o undefined-symbol
Why is install_name_tool and otool necessary for Mach-O libraries in Mac Os X?

I am developing a Cocoa Application using the latest version of Xcode 4, I want to link dynamic libraries to my …

macos mach-o otool install-name-tool
Found an unexpected Mach-O header code: 1918975009 in xCode 6

What causes the error Found an unexpected Mach-O header code: 1918975009 in xCode 6 I archived my project to send out as …

ios xcode xcode6 mach-o
Go language on iPhone

Is it possible to write in Go for iPhone? I think following steps are required Compile Go as ARM Mach-O …

ios go mach-o gccgo
What path does @loader_path resolve to?

I'm having a hard time understanding the absolute path that a @loader_path within a file refers to. user@local:~$ …

macos shared-libraries mach-o dyld otool
Apple Mach-O Linker Error in xcode 6

I was adding new UITableView delegate method in my code and suddenly i got one error while compiling like this .…

ios objective-c clang xcode6.1 mach-o