@Robinkanatzar I’ve been stumped for days and you might have an idea: I’m xcuitesting (verbing is fun) a document app, but the clones the simulator spools up for the testing flatly refuse to create or open documents, which makes xcuitesting challenging…
@zino interesting... xcuitest has a lot of weird stuff like that. Haven't worked with documents though on them. But I know images has the same problem - maybe search around for hacks about adding images to the new simulators?
@Robinkanatzar it looks like the whole filestoraged thingamagog is borked anyway. A file I can navigate to and see yields a file not found
@zino oof that sounds like a simulator black hole 🫣
@Robinkanatzar it’s only for ui testing though, which is extra weird
@Robinkanatzar ok I tracked it down to the COW clones for parallel executions. It doesn’t actually work with my workflow but disabling parallel testing restores most things, even if it complicates clean tests…
@zino Ah! Glad you found the problem, though. Yeah the parallel tests would be great but if this actually lets you test the document flow, worth it. Sorry I was absolutely no help haha