So we have been getting this crash for multiple users and from checking the logs, I know it is due to "This app has crashed because it attempted to access privacy-sensitive data without a usage description. The app's Info.plist must contain an NSMicrophoneUsageDescription key with a string value explaining to the user how the app uses this data."
We are not using Microphone in our code and from the multiple opinions I saw online, it seems to be from one of the frameworks we use.
So my Question is how to find which framework is using that?
Or is there a way to prevent any framework from accessing this particular Microphone Usage