output.videoSettings = [NSDictionary dictionaryWithObject:
[NSNumber numberWithInt:kCVPixelFormatType_32BGRA]
forKey:(id)kCVPixelBufferPixelFormatTypeKey];
我在此特定行上收到此错误
No known class method for selector "dictionaryWithObject:forKey:
这个错误有什么原因吗?