2 problems with FileImporter and FileExporter modifier

Hi! I have two problems with FileImport and FileExporter

  1. Every time the file modal has been closed I get in the console this error/warning
[DocumentManager] The view service did terminate with error: Error Domain=_UIViewServiceErrorDomain Code=1 "(null)" UserInfo={Terminated=disconnect method}
  1. The modal for FileExporter shows the label "Move", why? I'm creating a new file, not moving an existing one, since there is already the modifier FileMover. Is it correct? Can't be confusing for a user to see the label "Move"? Am I using it in the wrong way?

Can please someone help me with these two problems?

I am having the same problem..

I'm having the same problem and(!) when i dismiss the .fileImporter, my view is also dimissing and sending me back to my root-view. Structure of my view: MainView -> DetailView -> Fileimporter. When the Fileimporter dismisses, i get send back to MainView.

I experience the same issue with the .fileExporter, though it does not seem to affect the function of the modifier. The code is more than 12 months old, but the error message is new suggesting some change in iOS or Xcode over the last year has introduced this.

so... is everyone just sticking with the "move" label even though it's not a move operation?

or are people using something else than fileexporter to use a different label? or other work around?

found https://developer.apple.com/documentation/swiftui/view/filedialogconfirmationlabel(_:), but seems to only work in mac? (while being available in all platforms.)

2 problems with FileImporter and FileExporter modifier
 
 
Q