Hi all,
I’m testing an update with Xcode 9 and the latest daily build (or almost) and am having problems getting it to ask permission to use the photolibrary. pList settings seems to be working because the build outputs the following:
Creating Info.plist…
adding extra plist setting NSCameraUsageDescription: This app would like to access the camera.
adding extra plist setting NSPhotoLibraryUsageDescription: This app would like to access the photo library.
However, when I test the app (take a screenshot and try to save it), it crashes because permission was never requested. I deleted the app off my phone and did a fresh install with the same result. Am I missing something obvious?
Thanks!