xcode15.1 debug does not show the value on the real machine but only the address of the pointer, but on the emulator it shows the normal value. But in the emulator it shows the normal value. xcode15.2 debug doesn't show the value but only the address of the pointer in both the real machine and the emulator. In Xcode14, the value is displayed normally in both the real machine and the emulator. What do I need to do to get it back to the way it was in Xcode14?
xcode15.1/15.2 debug does not show the value but only the address of its pointer
linkText
In Xcode 15.2, my use of both the real machine and the emulator produces the situation shown in the figure, where they can only display the address corresponding to the pointer, but neither of them displays the value
With Xcode Version 16.2 i have the same problem now on an M2 MacBook but not on an Intel MacBook.
This issue is on simulator only, on a real device it shows the values.
It was fixed for me with Sequoia 15.4 Beta (24E5228e). Maybe it was because of the beta. The Intel MacBook uses release version of macOS.