【发布时间】:2010-11-29 23:02:40
【问题描述】:
我知道还有其他问题可以解决此错误,但这些答案对我没有任何帮助。我想知道是否有人知道确切原因,如果没有人知道,这里是代码:
-(void) imagePickerController : (UIImagePickerController *) picker
didFinishPickingImage : (UIImage *) image
editingInfo : (NSDictionary *) editingInfo {
self.imageView.image = image;
[picker dismissModalViewControllerAnimated:YES];
[picker release];
//[self myNextResponder];
}
这个错误:wait_fences: failed to receive reply: 10004003,出现在这个方法退出之后。 google了一遍,没搞清楚。
【问题讨论】:
-
我也遇到了同样的问题...运气好吗?太奇怪了!
标签: iphone ios uiimagepickercontroller