My codes :
CLKWatchFaceLibrary().addWatchFace(at: url) { (error) in
print(error)
}
I can add other watch faces except Memoji watch face. The error is
Error Domain=CLKWatchFaceLibraryErrorDomain Code=4 "IMPORT_FACE_ERROR_FACE_NOT_AVAILABLE" UserInfo={NSLocalizedDescription=IMPORT_FACE_ERROR_FACE_NOT_AVAILABLE}
2
0
2.1k