1
我從WWDC 2010下載了最新的視頻捕獲樣本,並試圖在我的模擬器中運行它們。爲什麼WWDC 2010視頻捕獲示例不能在模擬器中使用?
一般情況下,樣本應該沒有任何修補,所以我只是解壓縮一堆,並試圖在Xcode中運行它們。沒有一個我試過的。 例如,當我解壓並嘗試構建findMyiCone時,我得到45個錯誤。
這裏是前幾行使用的Xcode 3.2.3 64位
In file included from /Users/aw/Desktop/Sample code/WWDC10-SampleCode/FindMyiCone/Classes/ProcessViewController.h:49,
from /Users/aw/Desktop/Sample code/WWDC10-SampleCode/FindMyiCone/Classes/ProcessAppDelegate.m:50:
/Users/aw/Desktop/Sample code/WWDC10-SampleCode/FindMyiCone/Classes/CaptureSessionManager.h:52: error: cannot find protocol declaration for 'AVCaptureVideoDataOutputSampleBufferDelegate'
/Users/aw/Desktop/Sample code/WWDC10-SampleCode/FindMyiCone/Classes/CaptureSessionManager.h:54: error: expected specifier-qualifier-list before 'AVCaptureSession'
/Users/aw/Desktop/Sample code/WWDC10-SampleCode/FindMyiCone/Classes/CaptureSessionManager.h:55: error: expected specifier-qualifier-list before 'AVCaptureVideoPreviewLayer'
/Users/aw/Desktop/Sample code/WWDC10-SampleCode/FindMyiCone/Classes/CaptureSessionManager.h:56: error: expected specifier-qualifier-list before 'AVCaptureConnection'
Im和已安裝iPhone 4.0 SDK
我的其他應用程序正常工作。
任何人都有類似的問題?任何想法可能發生什麼?
我在同一件事情上掙扎了兩個小時。 :(.. – Sneha 2011-03-16 06:00:27