I am trying to use an image picked using the standard UIImagePickerController in iOS 11. No matter how hard I try it just keeps showing this error:
errors encountered while discovering extensions: Error Domain=PlugInKit Code=13 "query cancelled" UserInfo={NSLocalizedDescription=query cancelled
I can actually pass the UIImage to the setter method, I can see the image in the inspector, but when I set it as a background image of a UIButton, it's just a plain black colour and when the UIImagePickerController dismisses, I get the error above.
I did request use the PHPhotoLibrary.requestAuthorization and YES I have Read and Write access to Photos.
Any ideas?