Advertisement
Guest User

Untitled

a guest
Sep 7th, 2011
249
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.06 KB | None | 0 0
  1. Ld /Users/name/Library/Developer/Xcode/DerivedData/myApp-axkzbdjznwavsndrklawgjrsejgs/ArchiveIntermediates/myApp/IntermediateBuildFilesPath/myApp.build/Distribution-iphoneos/myApp.build/Objects-normal/armv6/myApp normal armv6
  2. cd /Users/name/Desktop/myApp_iphone_application/myApp
  3. setenv IPHONEOS_DEPLOYMENT_TARGET 4.3
  4. setenv PATH "/Applications/Developer/Xcode4/Platforms/iPhoneOS.platform/Developer/usr/bin:/Applications/Developer/Xcode4/usr/bin:/usr/bin:/bin:/usr/sbin:/sbin"
  5. /Applications/Developer/Xcode4/Platforms/iPhoneOS.platform/Developer/usr/bin/gcc-4.2 -arch armv6 -isysroot /Applications/Developer/Xcode4/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS4.3.sdk -L/Users/name/Library/Developer/Xcode/DerivedData/myApp-axkzbdjznwavsndrklawgjrsejgs/ArchiveIntermediates/myApp/BuildProductsPath/Distribution-iphoneos -L/Users/name/Desktop/myApp_iphone_application/KalCalendar -L/Users/name/Desktop/myApp_iphone_application/myApp -F/Users/name/Library/Developer/Xcode/DerivedData/myApp-axkzbdjznwavsndrklawgjrsejgs/ArchiveIntermediates/myApp/BuildProductsPath/Distribution-iphoneos -filelist /Users/name/Library/Developer/Xcode/DerivedData/myApp-axkzbdjznwavsndrklawgjrsejgs/ArchiveIntermediates/myApp/IntermediateBuildFilesPath/myApp.build/Distribution-iphoneos/myApp.build/Objects-normal/armv6/myApp.LinkFileList -dead_strip -all_load -miphoneos-version-min=4.3 -framework CoreData -framework MobileCoreServices -framework SystemConfiguration -framework CFNetwork -lRestKitSupport -lRestKitNetwork -lRestKitObjectMapping -lRestKitJSONParserYAJL -framework QuartzCore -framework Foundation -framework UIKit -framework CoreGraphics -framework MapKit -framework CoreLocation -lKal -o /Users/name/Library/Developer/Xcode/DerivedData/TCA-axkzbdjznwavsndrklawgjrsejgs/ArchiveIntermediates/myApp/IntermediateBuildFilesPath/myApp.build/Distribution-iphoneos/myApp.build/Objects-normal/armv6/myApp
  6.  
  7. ld: library not found for -lKal
  8. collect2: ld returned 1 exit status
  9. Command /Applications/Developer/Xcode4/Platforms/iPhoneOS.platform/Developer/usr/bin/gcc-4.2 failed with exit code 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement