We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
macOS, Mac Catalyst
net9.0-*
15.2
I am writing a cross platform MAUI app to run on Windows and MacOS. It tries to access an external flash drive. Everything works fine on Windows.
When I try to run the app on MacOS I get this exception:
Access to the path '.....' is denied.
Where ..... is the path to my external drive and file I am trying to open.
I never get any kind of permissions dialog like I would expect.
How do I make this work on MacOS?
No
No response
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Apple platform
macOS, Mac Catalyst
Framework version
net9.0-*
Affected platform version
15.2
Description
I am writing a cross platform MAUI app to run on Windows and MacOS. It tries to access an external flash drive. Everything works fine on Windows.
When I try to run the app on MacOS I get this exception:
Access to the path '.....' is denied.
Where ..... is the path to my external drive and file I am trying to open.
I never get any kind of permissions dialog like I would expect.
How do I make this work on MacOS?
Steps to Reproduce
Did you find any workaround?
No
Relevant log output
No response
The text was updated successfully, but these errors were encountered: