I have a single page application where user can tap on the image and ImagePickerController shows up for the use to pick image from camera roll.
The same code when included in much larger project based on Tab View controller, I get the error "This app does not have access to your photos and video". I also tried to include "Privacy - Photo Library Usage Description" in info.plist but no luck. Has anyone encountered this issue? Any help will be appreciated. I am using IOS 9.1 and Xcode 7.1 Beta(7B60).