AVFoundation Funktionen undefiniert in arm6/arm7

Ich versuche um ein Bild zu konvertieren mit diesem http://developer.apple.com/library/ios/#qa/qa1702/_index.html

Ich weiß nicht, ob es ist, weil ich bin mit xcode4 oder weil eine andere Frage. Ich versuche, die code für das IOS4. Und kann nicht kompilieren, da der linker beschwert sich die Funktionen nicht vorhanden sind. Aber hier sind Sie in die Dokumentation: http://developer.apple.com/library/ios/#documentation/QuartzCore/Reference/CVPixelBufferRef/Reference/reference.html#//apple_ref/doc/uid/TP40010033

Jede Hilfe wäre toll,

Undefined symbols for architecture armv6:
  "_CVPixelBufferGetHeight", referenced from:
      -[CameraController imageFromSampleBuffer:] in CameraController.o
  "_CVPixelBufferGetBaseAddress", referenced from:
      -[CameraController imageFromSampleBuffer:] in CameraController.o
  "_CVPixelBufferGetWidth", referenced from:
      -[CameraController imageFromSampleBuffer:] in CameraController.o
  "_CMSampleBufferGetImageBuffer", referenced from:
      -[CameraController imageFromSampleBuffer:] in CameraController.o
  "_CVPixelBufferLockBaseAddress", referenced from:
      -[CameraController imageFromSampleBuffer:] in CameraController.o
  "_CVPixelBufferGetBytesPerRow", referenced from:
      -[CameraController imageFromSampleBuffer:] in CameraController.o
  "_CVPixelBufferUnlockBaseAddress", referenced from:
      -[CameraController imageFromSampleBuffer:] in CameraController.o
ld: symbol(s) not found for architecture armv6
collect2: ld returned 1 exit status
  • Ich xcode4 installiert gestern, bevor Sie beginnen, so weiß es wirklich nicht, wenn das problem kommt von dort.
  • Ich habe AVFoundation.Rahmen auf die Rahmenbedingungen btw
InformationsquelleAutor fmsf | 2011-03-30
Schreibe einen Kommentar