App crashes when accessing Photo Gallery without permission

Hi there,

We are using Ionic Cloud to build our IPA and we make use of the ngf-select directive to select a profile picture for our users. On IOS, this crashes out with the error that we need to provide a summary reason for accessing the photo gallery.

We have tried removing and adding the plugin with the variables added (which then modifies our Config.xml to have the following line -> variable name=“PHOTOLIBRARY_USAGE_DESCRIPTION” value="The app needs access to your photos"
But the issue keeps appearing.

If we build using x-code and we manually modify the app-plist file then we can get it to work but can’t get it working when building via Ionic-Cloud.

Thanks

Peter