I just built my iOS app with Meteor and Cordova and I get this crash report when I try to use a basic HTML "upload picture" form:
Termination Reason: TCC, This app has crashed because it attempted to access privacy-sensitive data without a usage description. The app's Info.plist must contain an NSPhotoLibraryUsageDescription key with a string value explaining to the user how the app uses this data.
Do you have any idea how to solve this? Especially with Cordova?