supportsAssetResourceTypes in Photos

I tried to write a live photo to album. It always failed. So I tested on my iPhone 6s+,and Simulators, I found

let auth = PHAssetCreationRequest.supportsAssetResourceTypes([NSNumber(integerLiteral :PHAssetResourceType.pairedVideo.rawValue)])

always return false. Maybe someone know what is the reason?