The pop order of the xcode file stack is wrong

When Xcode is located in the file A , and jump to the definition of function B of file B, and repeat this conduction until xcode stop at file C(the jump order is file A->file B -> file C ) .

But when I left slide from file C, then Xcode return to the file A instead of file B. (the correct pop order should be file C -> file B , not file C -> file A)

Both Xcode 12.5.1 and the newest Xcode 13.0 beta 3 have the same bug issue, which has been already posted by one developer, but apple does not give any response or feedback about it.

This is unbelievable.

The pop order of the xcode file stack is wrong
 
 
Q