-
-
Notifications
You must be signed in to change notification settings - Fork 205
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
Bug: ImportOperation.swift #1127
Comments
I think this is due to the fact that the files are stored in tmp during import, and this is a temporary directory |
I tested on the simulator and monitored the tmp folder in real time. The file is stored there for literally 40-50 seconds and deleted |
Hi @rastaman111 ! interesting, for reference, the files used to be put into the app container in the Documents/Inbox folder, and they pretty much stayed in there until cleared by the app. The URL is now looking like this |
Hello, this happened before when you import through documentPicker, and if when through the simulator and just transfer the file, then immediately to Inbox |
There is a cool FlEX library, it shows the entire internals of the application and can be monitored in real time |
@rastaman111 I've updated the beta with a fix from #1134, from my tests it looks to be fixed, please let me know if it still happens to you (link beta: https://testflight.apple.com/join/xLDneJXN) |
@GianniCarlo Hello I checked the assembly, there is no more bug 👍🏼 |
Nice! Thanks for checking @rastaman111 |
This is now live on the AppStore |
Environment
What do I do to get this crash:
On the line fatalError("Fail to move file from (currentFile) to (destinationURL). Error: (error.localizedDescription)")
You may ask why we are waiting exactly a minute?
Since if you immediately click “Finish”, this bug is not reproduced. I think that this is due to waiting and an internal failure occurs
I noticed this bug a long time ago (a year ago), but I didn’t know how to reproduce it
The text was updated successfully, but these errors were encountered: