I can confirm the memory graph is not working on physical devices with Xcode 16.3! Tested on two different projects.
❌ iOS 18.4 not working
❌ iOS 18.4.1 not working
✅ iOS 18.3.1 working
Got the same issue on watchOS 11. We have a UNNotificationServiceExtension enriching the notification with image and sound. UserInfo is just empty on the watch.
@eskimo Please advise your fellow engineers to roll this whole thing back, or give us an option to disable debugging over network altogether.
This has obviously been a huge mistake and can't easily be fixed (we're on Xcode 15.3!) and it's still not working.
Too much time has already been wasted.
The solution for me was to not make the Tip struct private. Now it's remembering its state.
@LogicalLight's solution with setting an ID also solved it. Then you can have the struct private.
I can confirm the memory graph is not working on physical devices with Xcode 16.3! Tested on two different projects.
❌ iOS 18.4 not working
❌ iOS 18.4.1 not working
✅ iOS 18.3.1 working
Got the same issue on watchOS 11. We have a UNNotificationServiceExtension enriching the notification with image and sound. UserInfo is just empty on the watch.
@eskimo Please advise your fellow engineers to roll this whole thing back, or give us an option to disable debugging over network altogether.
This has obviously been a huge mistake and can't easily be fixed (we're on Xcode 15.3!) and it's still not working.
Too much time has already been wasted.
The solution for me was to not make the Tip struct private. Now it's remembering its state.
@LogicalLight's solution with setting an ID also solved it. Then you can have the struct private.