Skip to content

Instantly share code, notes, and snippets.

@hackervera
Created January 21, 2012 20:55
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 hackervera/343d336c93b0dbe9bded to your computer and use it in GitHub Desktop.
Save hackervera/343d336c93b0dbe9bded to your computer and use it in GitHub Desktop.
Ld /Users/tyler/Library/Developer/Xcode/DerivedData/Geoloqi-gpeuzwopsvneyhbtfhjtpdpvvfpq/Build/Products/Debug-iphoneos/Geoloqi.app/Geoloqi normal armv7
cd /Users/tyler/Geoloqi-iPhone/Geoloqi
setenv IPHONEOS_DEPLOYMENT_TARGET 4.0
setenv PATH "/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin:/Developer/usr/bin:/usr/bin:/bin:/usr/sbin:/sbin"
/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/clang -arch armv7 -isysroot /Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS5.0.sdk -L/Users/tyler/Library/Developer/Xcode/DerivedData/Geoloqi-gpeuzwopsvneyhbtfhjtpdpvvfpq/Build/Products/Debug-iphoneos -L/Users/tyler/Geoloqi-iPhone/Geoloqi -F/Users/tyler/Library/Developer/Xcode/DerivedData/Geoloqi-gpeuzwopsvneyhbtfhjtpdpvvfpq/Build/Products/Debug-iphoneos -filelist /Users/tyler/Library/Developer/Xcode/DerivedData/Geoloqi-gpeuzwopsvneyhbtfhjtpdpvvfpq/Build/Intermediates/Geoloqi.build/Debug-iphoneos/Geoloqi.build/Objects-normal/armv7/Geoloqi.LinkFileList -dead_strip -miphoneos-version-min=4.0 -lz.1.2.5 -lsqlite3 -framework Foundation -framework UIKit -framework CoreGraphics -framework CFNetwork -framework MobileCoreServices -framework SystemConfiguration -framework CoreLocation -framework MapKit -framework MessageUI -framework Security -lGeoloqi -framework QuartzCore -o /Users/tyler/Library/Developer/Xcode/DerivedData/Geoloqi-gpeuzwopsvneyhbtfhjtpdpvvfpq/Build/Products/Debug-iphoneos/Geoloqi.app/Geoloqi
ld: library not found for -lGeoloqi
Command /Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/clang failed with exit code 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment