FYI: I´m new to Swift so this might be a really simple problem but I just can´t figure it out.
I have been following the Start Developing iOS Apps (Swift) t
Add this key to your info.plist,
info.plist
Key : Privacy - Photo Library Usage Description [ NSPhotoLibraryUsageDescription ] String Value : We need access to your camera roll and photo library, so that we can do operations on it. [ Customise it in your own way]
That's it, Clean & Run the project.
Clean & Run