Can't add memoji watch face in Swift

My codes :

Code Block swift
CLKWatchFaceLibrary().addWatchFace(at: url) { (error) in
print(error)
}


I can add other watch faces except Memoji watch face. The error is
Code Block language
Error Domain=CLKWatchFaceLibraryErrorDomain Code=4 "IMPORT_FACE_ERROR_FACE_NOT_AVAILABLE" UserInfo={NSLocalizedDescription=IMPORT_FACE_ERROR_FACE_NOT_AVAILABLE}


I'm seeing the same thing for the Modular Duo face now on the Series 7.

I have the same problem, did you solve it?

Can't add memoji watch face in Swift
 
 
Q