breautek commented on issue #836: URL: https://github.com/apache/cordova-plugin-camera/issues/836#issuecomment-1773764125
> Invalid purpose string value - The “” value... I think Apple's problem is the fact that your project appears to have an empty value (rather than completely non-set). The camera plugin does not set or attempt to set `NSLocationAlwaysAndWhenInUseUsageDescription` or any other plist property so I don't think this is a bug in this plugin. I'd scan through your plugins `plugin.xml` files (or perhaps your own `config.xml`) file for config-file/edit-config entries for `NSLocationAlwaysAndWhenInUseUsageDescription` to see the likely culprit that might be setting the value to an empty string. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
