Skip to content
New issue

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

Mac-Catalyst External Flash Driver Permissions #21846

Open
tpitman opened this issue Dec 20, 2024 · 0 comments
Open

Mac-Catalyst External Flash Driver Permissions #21846

tpitman opened this issue Dec 20, 2024 · 0 comments

Comments

@tpitman
Copy link

tpitman commented Dec 20, 2024

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

  1. Create MAUI app
  2. Run the app on MacOS
  3. Try to open a file on an external drive for Read/Write
  4. Get error that access is denied.

Did you find any workaround?

No

Relevant log output

No response

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant