Post #1897046
2025-04-17 21:29 UTC
PSA: if you use any memory analysis tools during iOS development (eg the memory debugger in Xcode or the Leaks instrument in Instruments), do not upgrade your iOS development devices to iOS 18.4 (or 18.4.1).
It seems there is a bug that prevents capturing of memgraphs, which is the basis for all these tools. No known workaround, yet.
iOS 18.3.2 is fine.
(Only affects physical devices, seems to work fine on simulators)
(FB17268091 for the Apple friends who are interested, but I believe it’s already in the right component and with the team)
Replies (3)
-
@OneSadCookie@mastodon.gamedev.place 2025-04-17 22:44
@cocoafrog@hachyderm.io @designatednerd@mastodon.social memory graph doesn’t work with Xcode 16.3 in iOS 18.4 simulators, for me
-
@kkolakowski@mastodon.social 2025-04-18 07:35
@cocoafrog@hachyderm.io What about 18.4.1 that was released yesterday?
-
@der_karl@wue.social 2025-04-19 07:19
@cocoafrog@hachyderm.io So I’ve noticed since the first 18.4 beta, hoping it would be fixed once it became final. Turns out, even 18.5 beta 2 is still broken in that regard.