我从http://developer.apple.com/library/ios/#samplecode/PhotoPicker/Introduction/Intro.html下载了Apple Photopicker示例。
当我构建它时,它给了我52个问题(24个错误,28个警告),而我没有改变任何东西。我正在构建我的设备,并尝试了模拟器,没有任何成功。有人可以告诉我是否需要更改我的Xcode上的当前设置吗?我在手机上使用iOS 5.1并将我的部署目标设置为相同。谢谢!
以下是错误:
未知接收器' _imageView&#39 ;;你的意思是' UIImageView'?
未知收件人' _myToolbar&#39 ;;你的意思是' UIToolbar'?
未知接收器' _overlayViewController&#39 ;;你是说' OverlayViewController'?
使用未声明的标识符' _capturedImages'
属性' myToolbar'需要方法' myToolbar'要定义 - 使用@synthesize,@ dynamic或在此类实现中提供方法实现
属性' myToolbar'需要方法' setMyToolbar:'要定义 - 使用@synthesize,@ dynamic或在此类实现中提供方法实现
属性' overlayViewController'需要方法' overlayViewController'要定义 - 使用@synthesize,@ dynamic或在此类实现中提供方法实现
属性' overlayViewController'需要方法' setOverlayViewController:'要定义 - 使用@synthesize,@ dynamic或在此类实现中提供方法实现
财产' captureImages'需要方法' captureImages'要定义 - 使用@synthesize,@ dynamic或在此类实现中提供方法实现
财产' captureImages'需要方法' setCapturedImages:'要定义 - 使用@synthesize,@ dynamic或在此类实现中提供方法实现
Property' imageView'需要方法' imageView'要定义 - 使用@synthesize,@ dynamic或在此类实现中提供方法实现
Property' imageView'需要方法' setImageView:'要定义 - 使用@synthesize,@ dynamic或在此类实现中提供方法实现 使用未声明的标识符' _tickSound'
使用未声明的标识符' _takePictureButton'
使用未声明的标识符' _startStopButton'
使用未声明的标识符' _cancelButton'
使用未声明的标识符' _timedButton'
未知接收者' _imagePickerController&#39 ;;你的意思是' UIImagePickerController'?
使用未声明的标识符' _tickSound'
使用未声明的标识符' _cameraTimer'
使用未声明的标识符' _tickTimer'
使用未声明的标识符' _cameraTimer'
使用未声明的标识符' _tickTimer'
使用未声明的标识符' _cameraTimer'
使用未声明的标识符' _tickTimer'
使用未声明的标识符' _cameraTimer'
使用未声明的标识符' _cameraTimer'
使用未声明的标识符' _cameraTimer'
使用未声明的标识符' _tickTimer'
财产' tickSound'需要方法' tickSound'要定义 - 使用@synthesize,@ dynamic或在此类实现中提供方法实现
财产' tickSound'需要方法' setTickSound:'要定义 - 使用@synthesize,@ dynamic或在此类实现中提供方法实现
物业' cameraTimer'需要方法' cameraTimer'要定义 - 使用@synthesize,@ dynamic或在此类实现中提供方法实现
物业' cameraTimer'需要方法' setCameraTimer:'要定义 - 使用@synthesize,@ dynamic或在此类实现中提供方法实现
财产' tickTimer'需要方法' tickTimer'要定义 - 使用@synthesize,@ dynamic或在此类实现中提供方法实现
财产' tickTimer'需要方法' setTickTimer:'要定义 - 使用@synthesize,@ dynamic或在此类实现中提供方法实现
财产' timedButton'需要方法&time; timedButton'要定义 - 使用@synthesize,@ dynamic或在此类实现中提供方法实现
财产' timedButton'需要方法' setTimedButton:'要定义 - 使用@synthesize,@ dynamic或在此类实现中提供方法实现
属性' imagePickerController'需要方法' imagePickerController'要定义 - 使用@synthesize,@ dynamic或在此类实现中提供方法实现
属性' imagePickerController'需要方法' setImagePickerController:'要定义 - 使用@synthesize,@ dynamic或在此类实现中提供方法实现
属性' cancelButton'需要方法' cancelButton'要定义 - 使用@synthesize,@ dynamic或在此类实现中提供方法实现
属性' cancelButton'需要方法' setCancelButton:'要定义 - 使用@synthesize,@ dynamic或在此类实现中提供方法实现
财产' takePictureButton'需要方法' takePictureButton'要定义 - 使用@synthesize,@ dynamic或在此类实现中提供方法实现
财产' takePictureButton'需要方法' setTakePictureButton:'要定义 - 使用@synthesize,@ dynamic或在此类实现中提供方法实现
Property' startStopButton'需要方法' startStopButton'要定义 - 使用@synthesize,@ dynamic或在此类实现中提供方法实现
Property' startStopButton'需要方法' setStartStopButton:'要定义 - 使用@synthesize,@ dynamic或在此类实现中提供方法实现
使用未声明的标识符'窗口'
使用未声明的标识符' _navController'
使用未声明的标识符' _window'
Property' navController'需要方法' navController'要定义 - 使用@synthesize,@ dynamic或在此类实现中提供方法实现
Property' navController'需要方法' setNavController:'要定义 - 使用@synthesize,@ dynamic或在此类实现中提供方法实现
财产'窗口'需要方法'窗口'要定义 - 使用@synthesize,@ dynamic或在此类实现中提供方法实现
财产'窗口'需要方法' setWindow:'要定义 - 使用@synthesize,@ dynamic或在此类实现中提供方法实现