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
2023-04-20_19-26-54.6545_-0400-e309046eaa1fbb1e5aee0814cb5a51ef6503a6cd.crash
Post
Replies
Boosts
Views
Activity
[crashReport.crash]
Any help in debugging this is appreciated. Thanks
I have been having intermittent Crashes but I still have no idea why that is happening.
Seems to happen right after I initialize a Controller from Storyboard.
crashReport.crash
Let me know if you have any inputs on fixing this crash. Thanks!!