Same. It happens for me if I move a file in Xcode. Stranger yet, I moved several files from the same location to a new location, all the same, and 1 out of the 6 files works just fine?!
SUPER annoying! Would be nice if this could get the attention it needs.
Post
Replies
Boosts
Views
Activity
Seems like this should have a solution by now, but I am seeing it on iOS 17.x !
What is going on?
Also, do others experience the Simulator locking up time and time again when trying to run UI tests on an M1/M2?
Same here, basically unusable!
Same here, 16" refurbished MBP. Is apple removing the old user when they are refurbishing??? I guess I'm going to have to go through the process of proving my ownership and then wiping my Mac.
This is a huge issue and needs to be addressed!
Not a bug, but I really didn't find much documentation or anything about it.
The reason I was getting 2 copies is because I was saving my "temp" file in the Documents directory instead of the temp directory.
So, for the tempFolder, use this instead:
let tempFolder = FileManager.default.temporaryDirectory
I hope this helps anyone else who may come across this.