Skip to content

Instantly share code, notes, and snippets.

@ashwinb
Created February 3, 2011 07:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ashwinb/809161 to your computer and use it in GitHub Desktop.
Save ashwinb/809161 to your computer and use it in GitHub Desktop.
compilation
ashwin@mac:[~/Documents/Applications/tester] =>make
/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin/gcc -o tester -x objective-c -arch i386 -fmessage-length=0 -pipe -std=c99 -Wno-trigraphs -fpascal-strings -fasm-blocks -mmacosx-version-min=10.5 -Xlinker -objc_abi_version -Xlinker 2 -fobjc-abi-version=2 -fobjc-legacy-dispatch -D__IPHONE_OS_VERSION_MIN_REQUIRED=40200 -O0 -Wreturn-type -Wunused-variable -isysroot /Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator4.2.sdk -fvisibility=hidden -gdwarf-2 -framework Foundation -framework CoreFoundation -framework Foundation -framework UIKit main.m
ashwin@mac:[~/Documents/Applications/tester] =>./tester
dyld: Library not loaded: /System/Library/Frameworks/UIKit.framework/UIKit
Referenced from: /Users/ashwin/Documents/Applications/tester/./tester
Reason: image not found
Trace/BPT trap
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment