Created
February 3, 2011 07:14
-
-
Save ashwinb/809161 to your computer and use it in GitHub Desktop.
compilation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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