标签: ios photosframework
我正在iOS 9 iPad上执行以下代码
PHFetchResult<PHAsset *> *fetchResult = [PHFetchResult new]; NSLog(@"%@", fetchResult);
或
NSLog(@"%d", fetchResult.count);
提示错误消息: 线程1:EXC_BAD_ACCESS(代码= 1,地址= 0x30)
但是在iOS10或更高版本上运行的相同代码可以正常工作
我想知道是什么原因造成的。