You may need to put the NSPhotoLibraryUsageDescription in your plist.
Like
<key>NSPhotoLibraryUsageDescription</key>
<string>$(PRODUCT_NAME) uses photos</string>
Check all the usage descriptions here.
You may need to put the NSPhotoLibraryUsageDescription in your plist.
Like
<key>NSPhotoLibraryUsageDescription</key>
<string>$(PRODUCT_NAME) uses photos</string>
Check all the usage descriptions here.