-
Notifications
You must be signed in to change notification settings - Fork 332
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
fix: Fix the issue of inconsistency between selected files and returned files. #2424
base: v2
Are you sure you want to change the base?
Conversation
nashaofu
commented
Feb 15, 2025
- fix: [bug] Using plugin-dialog and plugin-fs to write file on iOS is ineffective. #2089
@@ -119,8 +119,7 @@ public class FilePickerController: NSObject { | |||
extension FilePickerController: UIDocumentPickerDelegate { | |||
public func documentPicker(_ controller: UIDocumentPickerViewController, didPickDocumentsAt urls: [URL]) { | |||
do { | |||
let temporaryUrls = try urls.map { try saveTemporaryFile($0) } |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The file path returned by saveTemporaryFile is inconsistent with $0, so the correct file cannot be obtained in the end.
Package Changes Through d8efbb9There are 4 changes which include dialog with patch, dialog-js with patch, log with patch, log-js with patch Planned Package VersionsThe following package releases are the planned based on the context of changes in this pull request.
Add another change file through the GitHub UI by following this link. Read about change files or the docs at github.com/jbolda/covector |