Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Ld /Users/name/Library/Developer/Xcode/DerivedData/myApp-axkzbdjznwavsndrklawgjrsejgs/ArchiveIntermediates/myApp/IntermediateBuildFilesPath/myApp.build/Distribution-iphoneos/myApp.build/Objects-normal/armv6/myApp normal armv6
- cd /Users/name/Desktop/myApp_iphone_application/myApp
- setenv IPHONEOS_DEPLOYMENT_TARGET 4.3
- setenv PATH "/Applications/Developer/Xcode4/Platforms/iPhoneOS.platform/Developer/usr/bin:/Applications/Developer/Xcode4/usr/bin:/usr/bin:/bin:/usr/sbin:/sbin"
- /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
- ld: library not found for -lKal
- collect2: ld returned 1 exit status
- 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