You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Bowser crashes when trying to get access to the camera:
[access] This app has crashed because it attempted to access privacy-sensitive data without a usage description. The app's Info.plist must contain an NSCameraUsageDescription key with a string value explaining to the user how the app uses this data.
Same for NSMicrophoneUsageDescription
Fixed by adding: <key>NSCameraUsageDescription</key> <string>Please allow camera access</string> <key>NSMicrophoneUsageDescription</key> <string>Please allow microphone access</string>
to Bowser-Info.plist
The text was updated successfully, but these errors were encountered:
Bowser crashes when trying to get access to the camera:
Fixed by adding:
<key>NSCameraUsageDescription</key> <string>Please allow camera access</string> <key>NSMicrophoneUsageDescription</key> <string>Please allow microphone access</string>
to Bowser-Info.plist
The text was updated successfully, but these errors were encountered: