Top "Mach-o" questions

Executable file format utilized by Darwin.

Apple Mach-O linker warning won't go away

I have had this Apple Mach-O linker warning in my project for a few days now. It is more annoying …

xcode warnings mach-o
Apple Mach-O-Linker Error CocoaPods

I've been trying to get my app up and running. From what I could tell the app was missing Cocoapods …

ios objective-c xcode cocoapods mach-o
Apple Mach-O Linker (id) Error - undefined symbols for architecture i386

I know this type of error has been raised many times before, but I have not found solution of my …

objective-c linker ios4 asihttprequest mach-o
duplicate symbols for architecture arm64 (Xcode error)

I deleted all reference to GoogleMobileAdsSDKiOS-7.1 from my project and added 7.4.1. When I ran app on simulator everything works fine …

ios xcode admob arm64 mach-o
Linux Mach-O Disassembler

Are there any Linux programs that can disassemble an OSX universal x86/x86_64 fat Mach-O binary like objdump? GNU binutils' …

linux disassembly mach-o objdump
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 …

ios xcode linker dylib mach-o
Determine minimum OSX version a binary was compiled for

When using Clang's or GCC's Darwin backends to create executables for OSX, the flag -mmacosx-version-min=version can be used to …

macos toolchain mach-o
APPLE MACH-O LINKED ERROR After adding AFNetworking

Just adding AFNetworking into my project, and after B&R here i got this error like: Undefined symbols for …

ios afnetworking linker-errors mach-o
task_for_pid always returns (os/kern) failure on darwin in C

For some reasons I cannot get anything to come out of task_for_pid() I can't find very much information …

c ios darwin mach-o