摘要:
I have added a UIImagePickerController to a UIViewController. I have assigned the UIImagePickerControllerDelegate to that UIViewController.When I try to domyPicker.delegate = self;Xcode gifts me with this message: warning: assigning to id from incompatible type 'RootViewController *'Then I a 阅读全文
posted @ 2013-10-11 14:01
如来藏
阅读(691)
评论(0)
推荐(0)
摘要:
这个一般是证书设置的问题,在build settings中找到 Code Signing->Code Signing Identity修改成有效的证书即可 阅读全文
posted @ 2013-10-11 10:09
如来藏
阅读(1499)
评论(0)
推荐(0)