1

“崩溃的应用程序将被拒绝:我们发现您的应用程序在运行 iOS 6 的 iPhone 5 和 iPad 上崩溃了”

这适用于模拟器 IOS 6。

self.imgPicker = [[UIImagePickerController alloc] init];
self.imgPicker.navigationBar.barStyle = UIBarStyleBlackTranslucent;
self.imgPicker.allowsImageEditing = YES;
self.imgPicker.delegate = self;
[self.imgPicker setSourceType:UIImagePickerControllerSourceTypePhotoLibrary];
[self presentModalViewController:self.imgPicker animated:YES];

Iphone 5 不销售,我无法在真实设备上进行测试。请帮帮我...

4

0 回答 0