I have have multiple project that use the UIImagePickerControllerDelegate, UIPickerViewDelegate. There were no memory leaks until I switched from swift 3.2 to 4. Now everytime I get an image from the gallery and return. I get one CFString leak per time I select an image, and if I cancel inside the UIImagePicker then I there is no leak. Any help would be appreciated.