我目前正在运行安装了 Xcode 4.4 的 Mountain Lion OS X 10.8。我正在运行 iOS 5.1 模拟器。我在学习 Objective-C 和 Xcode 时使用 Buzztouch 作为学习工具。编译时收到以下警报,但构建成功。但是,我想确切地知道发生了什么以及如何补救这种情况。感谢您提供的任何帮助。这是我收到的代码和警报:
BT_fileManager.m
格式字符串未使用数据参数 [BT_debugger showIt:self:[NSString stringWithFormat:@"readTextFileFromBundleWithEncoding ERROR using encoding NSUTF8StringEncoding, try NSISOLatin1StringEncoding", @""]];
格式字符串未使用数据参数 [BT_debugger showIt:self:[NSString stringWithFormat:@"readTextFileFromCacheWithEncoding ERROR using encoding NSUTF8StringEncoding, try NSISOLatin1StringEncoding", @""]];
BT_camera_email.m
- 语义问题将“BT_camera_email *”发送到不兼容类型“id”的参数
if ([UIImagePickerController isSourceTypeAvailable:UIImagePickerControllerSourceTypeCamera]) { NSLog(@"is camera ok"); UIActionSheet *photoSourceSheet = [[UIActionSheet alloc] initWithTitle:@"Select Image Source" delegate:self
再次,谢谢。
格雷格