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
(ios) frontend pop dialog then choose a photo from photos then pass the photo file path to backend, and read the file backend in rust,but getting error"No such file or directory (os error 2)"
#10278
I develop a app use tauri v2, desktop work fine, but ios not work
frontend pop dialog then choose a photo from photos then pass the photo file path to backend, and read the file backend in rust,but getting error"No such file or directory (os error 2)"
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
I develop a app use tauri v2, desktop work fine, but ios not work
frontend pop dialog then choose a photo from photos then pass the photo file path to backend, and read the file backend in rust,but getting error"No such file or directory (os error 2)"
below mobile.json scope:
"scope": { "allow": [{ "path": "$HOME/**" },{ "path": "$APPDATA/**" },{ "path": "$PICTURE/**" }] }
Are there Somethings or configurations I missing?
Beta Was this translation helpful? Give feedback.
All reactions