Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on Jun 26th, 2012  |  syntax: None  |  size: 4.62 KB  |  hits: 7  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. Apple Mach-O Linker (Id) Error PDColoredProgressView
  2. Ld /Users/xxxxxxxx/Library/Developer/Xcode/DerivedData/xxxxx-cqamvgtgfzdealbjtkomtjzxkdgr/Build/Intermediates/xxxxxxx.build/Debug-iphoneos/xxxxx.build/Objects-normal/armv6/xxxxx normal armv6
  3.     cd "/Users/xxxxxxx/Documents/iPhone Apps/xxxxx"
  4.     setenv IPHONEOS_DEPLOYMENT_TARGET 4.0
  5.     setenv PATH "/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin:/Developer/usr/bin:/usr/bin:/bin:/usr/sbin:/sbin"
  6.     /Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/gcc-4.2 -arch armv6 -isysroot /Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS4.3.sdk -L/Users/xxxxxxxxx/Library/Developer/Xcode/DerivedData/xxxxx-cqamvgtgfzdealbjtkomtjzxkdgr/Build/Products/Debug-iphoneos -F/Users/xxxxxxxxx/Library/Developer/Xcode/DerivedData/xxxxx-cqamvgtgfzdealbjtkomtjzxkdgr/Build/Products/Debug-iphoneos -filelist /Users/xxxxxxxxx/Library/Developer/Xcode/DerivedData/xxxxx-cqamvgtgfzdealbjtkomtjzxkdgr/Build/Intermediates/xxxxx.build/Debug-iphoneos/xxxxx.build/Objects-normal/armv6/xxxxx.LinkFileList -dead_strip -miphoneos-version-min=4.0 -framework UIKit -framework Foundation -framework QuartzCore -o /Users/xxxxxxxxx/Library/Developer/Xcode/DerivedData/xxxxx-cqamvgtgfzdealbjtkomtjzxkdgr/Build/Intermediates/xxxxx.build/Debug-iphoneos/xxxxx.build/Objects-normal/armv6/xxxxx
  7.  
  8. Undefined symbols for architecture armv6:
  9.   "_CGRectGetMinX", referenced from:
  10.       _addRoundedRectToPath in PDColoredProgressView.o
  11.       _fillRectWithLinearGradient in PDColoredProgressView.o
  12.   "_CGRectGetMinY", referenced from:
  13.       _addRoundedRectToPath in PDColoredProgressView.o
  14.       _fillRectWithLinearGradient in PDColoredProgressView.o
  15.   "_CGContextSetRGBStrokeColor", referenced from:
  16.       -[PDColoredProgressView drawRect:] in PDColoredProgressView.o
  17.   "_CGContextSetLineWidth", referenced from:
  18.       -[PDColoredProgressView drawRect:] in PDColoredProgressView.o
  19.   "_CGContextIsPathEmpty", referenced from:
  20.       _fillRectWithLinearGradient in PDColoredProgressView.o
  21.   "_CGColorSpaceCreateDeviceRGB", referenced from:
  22.       _fillRectWithLinearGradient in PDColoredProgressView.o
  23.   "_CGContextSaveGState", referenced from:
  24.       _addRoundedRectToPath in PDColoredProgressView.o
  25.       _fillRectWithLinearGradient in PDColoredProgressView.o
  26.   "_CGRectGetHeight", referenced from:
  27.       _addRoundedRectToPath in PDColoredProgressView.o
  28.   "_CGContextStrokeRect", referenced from:
  29.       -[PDColoredProgressView drawRect:] in PDColoredProgressView.o
  30.   "_CGContextRestoreGState", referenced from:
  31.       _addRoundedRectToPath in PDColoredProgressView.o
  32.       _fillRectWithLinearGradient in PDColoredProgressView.o
  33.   "_CGContextSetFillColorWithColor", referenced from:
  34.       -[PDColoredProgressView drawRect:] in PDColoredProgressView.o
  35.   "_CGRectGetWidth", referenced from:
  36.       _addRoundedRectToPath in PDColoredProgressView.o
  37.   "_CGContextTranslateCTM", referenced from:
  38.       _addRoundedRectToPath in PDColoredProgressView.o
  39.       _fillRectWithLinearGradient in PDColoredProgressView.o
  40.   "_CGContextScaleCTM", referenced from:
  41.       _addRoundedRectToPath in PDColoredProgressView.o
  42.   "_CGContextSetRGBFillColor", referenced from:
  43.       -[PDColoredProgressView drawRect:] in PDColoredProgressView.o
  44.   "_CGContextMoveToPoint", referenced from:
  45.       _addRoundedRectToPath in PDColoredProgressView.o
  46.       -[PDColoredProgressView drawRect:] in PDColoredProgressView.o
  47.   "_CGContextFillRect", referenced from:
  48.       -[PDColoredProgressView drawRect:] in PDColoredProgressView.o
  49.   "_CGContextClip", referenced from:
  50.       _fillRectWithLinearGradient in PDColoredProgressView.o
  51.       -[PDColoredProgressView drawRect:] in PDColoredProgressView.o
  52.   "_CGContextAddLineToPoint", referenced from:
  53.       -[PDColoredProgressView drawRect:] in PDColoredProgressView.o
  54.   "_CGContextStrokePath", referenced from:
  55.       -[PDColoredProgressView drawRect:] in PDColoredProgressView.o
  56.   "_CGContextAddRect", referenced from:
  57.       _addRoundedRectToPath in PDColoredProgressView.o
  58.   "_CGGradientRelease", referenced from:
  59.       _fillRectWithLinearGradient in PDColoredProgressView.o
  60.   "_CGContextDrawLinearGradient", referenced from:
  61.       _fillRectWithLinearGradient in PDColoredProgressView.o
  62.   "_CGColorSpaceRelease", referenced from:
  63.       _fillRectWithLinearGradient in PDColoredProgressView.o
  64.   "_CGContextAddArcToPoint", referenced from:
  65.       _addRoundedRectToPath in PDColoredProgressView.o
  66.   "_CGGradientCreateWithColorComponents", referenced from:
  67.       _fillRectWithLinearGradient in PDColoredProgressView.o
  68.   "_CGContextClosePath", referenced from:
  69.       _addRoundedRectToPath in PDColoredProgressView.o
  70. ld: symbol(s) not found for architecture armv6
  71. collect2: ld returned 1 exit status