Alan Fineberg

Results 6 comments of Alan Fineberg

OS: Monterey 12.6.1 (21G217) Xcode: 14.1 but I also have 13.3.1 installed

It is: `/Applications/Xcode.app/Contents/Developer` (the other Xcode is named Xcode-13.3.1)

Thanks for looking!

I have this issue also, it seems to start with Xcode 16 for us Of course, there's no difference but this causes the tests to fail as if there is...

Actually inspecting it more, it seems the row byte width was different, which has no visual difference but would impact the memcmp. So overwriting the snapshots seemed to fix it

Here's another related example we ran into: `await XCTAssertNoThrow(try await synchronizer.automaticSync())` becomes `await XCTAssertNoThrow(try synchronizer.automaticSync())`