document.write('
Data hosted with ♥ by Pastebin.com - Download Raw - See Original
  1. Ld DerivedData/myProject/Build/Intermediates/myProject.build/Debug-iphoneos/myProject.build/Objects-normal/armv7s/PG normal armv7s
  2. cd "/Users/lorenjaffrey/DeveloperResources/XCode workspace/myProject"
  3. setenv IPHONEOS_DEPLOYMENT_TARGET 6.0
  4. setenv PATH "/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/usr/bin:/bin:/usr/sbin:/sbin"
  5. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -arch armv7s -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS6.0.sdk "-L/Users/lorenjaffrey/DeveloperResources/XCode workspace/PG/DerivedData/myProject/Build/Products/Debug-iphoneos" "-L/Users/lorenjaffrey/DeveloperResources/XCode workspace/myProject/ZBarSDK" "-L/Users/lorenjaffrey/DeveloperResources/XCode workspace/myProject" "-F/Users/lorenjaffrey/DeveloperResources/XCode workspace/myProject/DerivedData/myProject/Build/Products/Debug-iphoneos" -filelist "/Users/lorenjaffrey/DeveloperResources/XCode workspace/myProject/DerivedData/myProject/Build/Intermediates/myProject.build/Debug-iphoneos/myProject.build/Objects-normal/armv7s/myProject.LinkFileList" -dead_strip -fobjc-arc -fobjc-link-runtime -miphoneos-version-min=6.0 -framework AudioToolbox -framework AVFoundation -framework CoreData -framework CoreGraphics -framework CoreLocation -framework CoreMedia -framework CoreMotion -framework CoreVideo -framework Foundation -framework MapKit -framework QuartzCore -framework UIKit -liconv -lzbar -o "/Users/lorenjaffrey/DeveloperResources/XCode workspace/myProject/DerivedData/myProject/Build/Intermediates/myProject.build/Debug-iphoneos/myProject.build/Objects-normal/armv7s/myProject"
  6.  
  7. ld: file is universal (3 slices) but does not contain a(n) armv7s slice: /Users/lorenjaffrey/DeveloperResources/XCode workspace/myProject/ZBarSDK/libzbar.a for architecture armv7s
  8. clang: error: linker command failed with exit code 1 (use -v to see invocation)
');