Saving an Asset List (array) to specific CKRecord
问题 I've a CKRecord type created in the CloudKit backend with some properties related to that class. I've String properties, Bytes and I have a Asset List property, so store some images (multiple images related to a single record). Now I'm trying so store some images and then fill the property and then trying to save it to CloudKit, but it's not working. Code goes as it follows: var images_array = [CKAsset]() // append the an image to the array images_array.append(CKAsset(fileURL: writeImage