output.videoSettings = [NSDictionary dictionaryWithObject:
[NSNumber numberWithInt:kCVPixelFormatType_32BGRA]
forKey:(id)kCVPixelBufferPixelFormatTypeKey];
この特定の行でこのエラーが発生します
No known class method for selector "dictionaryWithObject:forKey:
このエラーの理由はありますか?