Closed chris-gong closed 4 years ago
Added information about permissions to the README. When I first tried using the ImagePicker I got a "Terminated due to signal 9" error on the line
self.present(imagePickerController, animated: true, completion: nil)
The issue was that I forgot to include camera and photo library permissions. Thought it would be informative to add this information to the README. This was also requested in this issue.
Added information about permissions to the README. When I first tried using the ImagePicker I got a "Terminated due to signal 9" error on the line
self.present(imagePickerController, animated: true, completion: nil)
The issue was that I forgot to include camera and photo library permissions. Thought it would be informative to add this information to the README. This was also requested in this issue.